diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9cb85c0..0000000 --- a/.travis.yml +++ /dev/null @@ -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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 480a8b1..d37f6be 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: | diff --git a/make_cia b/make_cia new file mode 100644 index 0000000..fa5c09a Binary files /dev/null and b/make_cia differ