GodMode9/.travis.yml

17 lines
474 B
YAML
Raw Normal View History

language: c
before_install:
- wget http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl
- export DEVKITPRO=/home/travis/devkitPro
- export DEVKITARM=${DEVKITPRO}/devkitARM
install:
- sudo perl devkitARMupdate.pl
2017-11-15 01:39:23 +01:00
- sudo apt-get -qq install python p7zip-full
- sudo pip install --upgrade pip setuptools
- sudo pip install cryptography
- sudo pip install git+https://github.com/TuxSH/firmtool.git
script:
2017-11-15 01:39:23 +01:00
- make release