GodMode9/.travis.yml
Chromaryu d4cd60eccf Travis: Enable Sudo-safe container (#544)
Use latest ubuntu distribution, this time Bionic.
2019-10-09 20:36:11 -03:00

20 lines
562 B
YAML

language: c
sudo: true
dist: bionic
before_install:
- wget "https://github.com/devkitPro/pacman/releases/latest/download/devkitpro-pacman.deb" -O dkp-pacman.deb
- export DEVKITPRO=/opt/devkitpro
- export DEVKITARM=${DEVKITPRO}/devkitARM
install:
- sudo dpkg -i dkp-pacman.deb
- sudo dkp-pacman -S --noconfirm devkitARM
- sudo apt-get -y install python3 python3-pip p7zip-full
- sudo pip3 install --upgrade pip setuptools
- sudo pip3 install cryptography
- sudo pip3 install git+https://github.com/TuxSH/firmtool.git
script:
- make release