Fix switch makefile and enable switch build again

This commit is contained in:
Romain Graillot
2019-07-30 10:01:00 +02:00
parent 7c58f10721
commit 9709d5dfc7
3 changed files with 6 additions and 6 deletions

View File

@@ -97,15 +97,15 @@ job_gp2x:
- "*.zip"
- "GP2X_JOB_ID"
.job_switch:
job_switch:
stage: build
before_script:
- apt-get update -qq && apt-get install -y -qq zip
- "sh ./.install-switch-toolchain.sh"
- "source /etc/profile.d/devkit-env.sh"
script:
- "SWITCH=1 make -j2 grafx2"
- "SWITCH=1 make ziprelease"
- "SWITCH=1 make -j2 grafx2 || exit 1"
- "SWITCH=1 make ziprelease || exit 1"
after_script:
- "echo $CI_JOB_ID > SWITCH_JOB_ID"
artifacts: