Skip to content

Commit

Permalink
Build NDS
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Apr 9, 2019
1 parent d039d46 commit 4255247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -27,9 +27,9 @@ install:
# OCLint
- ./install_oclint
# libnds
# - sudo ./build_libnds_64 > /dev/null
# - echo "export DEVKITPRO=/opt/devkitpro" >> ~/.bashrc
# - echo "export DEVKITARM=$DEVKITPRO/devkitARM" >> ~/.bashrc
- sudo ./build_libnds_64 > /dev/null
- echo "export DEVKITPRO=/opt/devkitpro" >> ~/.bashrc
- echo "export DEVKITARM=$DEVKITPRO/devkitARM" >> ~/.bashrc

addons:
apt:
Expand All @@ -54,7 +54,7 @@ script:
- ./build_console > /dev/null
- ./build_desktop > /dev/null
# Build libnds
# - travis_wait 40 ./build_nds
- travis_wait 40 ./build_nds
# cppcheck
- cppcheck --quiet --error-exitcode=1 .
# Codecov
Expand Down

0 comments on commit 4255247

Please sign in to comment.