Travis is such a dumpster fire

This commit is contained in:
fincs 2020-07-16 16:38:47 +02:00
parent e70908afc7
commit 958e0c74ea
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60
2 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,7 @@ before_install:
- export DOXY_BINPATH=/home/travis/doxygen/doxygen-1.8.18/bin
- export PATH=$PATH:$DOXY_BINPATH
- if [ -n "$TRAVIS_TAG" ]; then bash .travis/doxyprep.sh; fi
- if [ -n "$TRAVIS_TAG" ]; then openssl aes-256-cbc -K $encrypted_1b844421d50b_key -iv $encrypted_1b844421d50b_iv -in .travis/id_travis_deploy.enc -out .travis/id_travis_deploy -d; fi
- if [ -n "$TRAVIS_TAG" ]; then openssl aes-256-cbc -k $deploy_password -in .travis/id_travis_deploy.enc -out .travis/id_travis_deploy -d; fi
install:
- docker pull devkitpro/devkitarm
@ -35,3 +35,7 @@ deploy:
local_dir: libctru/docs/html
on:
tags: true
env:
global:
secure: b3rLutBX7Nqp4DBh8IeBDfxcxlBsceLDhmAXcREk8jTAHPDZ+MncuuExTCxejFmZO7qnZsU4veXDa6l9DsvpY3vGHqxodICQlT5oTnIfZSrPG2GI5xVNLKske5olmR0taM0/BzdlqO8N2ML9uzSXPcbX1bdYdzVoNMuTblc44RM=

Binary file not shown.