Add Nintendo Switch support (including gitlab-ci, gitlab-pages etc.)

This commit is contained in:
Romain Graillot
2019-04-28 10:47:54 +02:00
parent 5d9aa6f969
commit d36e59ca9c
21 changed files with 607 additions and 7 deletions

View File

@@ -25,6 +25,9 @@ matrix:
env: ''
- os: linux
env: 'WIN32CROSS=1'
- os: linux
env: 'SWITCH=1'
sudo: required
- os: linux
env: 'ATARICROSS=1'
sudo: required
@@ -40,6 +43,7 @@ before_install:
install:
- 'git fetch --unshallow'
- 'if [ "$ATARICROSS" = "1" ] ; then sh ./.install-cross-mint.sh ; fi'
- 'if [ "$SWITCH" = "1" ] ; then sh ./.install-switch-toolchain.sh ; fi'
script:
- 'cd $TRAVIS_BUILD_DIR'