gitlab-ci: disable atari and switch build
They don't work anymore since the gitlab-ci docker images switched from Debian 9 stretch to Debian 10 buster.
This commit is contained in:
parent
40bfbb4f9b
commit
964ca7368a
@ -64,7 +64,7 @@ job_win32:
|
|||||||
- "install/grafx2*.exe"
|
- "install/grafx2*.exe"
|
||||||
- "WIN32_JOB_ID"
|
- "WIN32_JOB_ID"
|
||||||
|
|
||||||
job_atari:
|
.job_atari:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq && apt-get install -y -qq zip dos2unix
|
- apt-get update -qq && apt-get install -y -qq zip dos2unix
|
||||||
@ -97,7 +97,7 @@ job_gp2x:
|
|||||||
- "*.zip"
|
- "*.zip"
|
||||||
- "GP2X_JOB_ID"
|
- "GP2X_JOB_ID"
|
||||||
|
|
||||||
job_switch:
|
.job_switch:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq && apt-get install -y -qq zip
|
- apt-get update -qq && apt-get install -y -qq zip
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user