Remove Travis CI and add CIA builds to Nightlies (#40)

* add linux make_cia

* Delete .travis.yml

* add cia builds to azure
This commit is contained in:
FlameKat53 2020-01-30 18:24:03 -06:00 committed by GitHub
parent 37e8283f3f
commit 8e84a1a08f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 50 deletions

View File

@ -1,50 +0,0 @@
language: cpp
os: linux
sudo: false
dist: trusty
env:
global:
- DEVKITPRO=/opt/devkitpro
- DEVKITARM=/opt/devkitpro/devkitARM
cache:
directories:
- "$HOME/.local"
- "$DEVKITPRO"
before_install:
- curl -L https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb -o pacman.deb
install:
- sudo dpkg -i pacman.deb
- sudo dkp-pacman -Sy
- sudo dkp-pacman -S devkitARM general-tools dstools ndstool libnds libfat-nds grit mmutil --noconfirm
- export DEVKITPRO=/opt/devkitpro
- export DEVKITARM=${DEVKITPRO}/devkitARM
script:
- export COMMIT_TAG="$(git log --format=%h -1)"
- export COMMIT_MESSAGE="$(git log --pretty=format:"%an - %s" -1)"
- make
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- g++-4.9
- libstdc++6
- lftp
after_success:
- curl -o send.sh https://raw.githubusercontent.com/DS-Homebrew/Discord-Webhooks/master/send-travis.sh
- chmod +x send.sh
- ./send.sh success $WEBHOOK_URL
after_failure:
- curl -o send.sh https://raw.githubusercontent.com/DS-Homebrew/Discord-Webhooks/master/send-travis.sh
- chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL

View File

@ -39,6 +39,8 @@ steps:
export DEVKITARM="/opt/devkitpro/devkitARM"
sudo cp libmm7.a /opt/devkitpro/libnds/lib/libmm7.a
make
chmod +x make_cia
./make_cia --srl="GodMode9i.nds" --id_0=$(git rev-parse --short=7 HEAD) --tikID=$(git rev-parse --short=16 HEAD)
displayName: 'Build GodMode9i'
- script: |

BIN
make_cia Normal file

Binary file not shown.