Travis is such a dumpster fire
This commit is contained in:
parent
e70908afc7
commit
958e0c74ea
@ -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.
Loading…
Reference in New Issue
Block a user