* .gitlab-ci.yml: temporary disable raspbian.
This commit is contained in:
parent
44d9e34e32
commit
de7d5a956f
1 changed files with 23 additions and 19 deletions
|
|
@ -458,22 +458,26 @@ publish-unstable:
|
||||||
- curl -X POST -F ref=master -F token=$TRIGGER_SPOT_WEB -F "variables[spot_branch]=next" https://gitlab.lre.epita.fr/api/v4/projects/131/trigger/pipeline
|
- curl -X POST -F ref=master -F token=$TRIGGER_SPOT_WEB -F "variables[spot_branch]=next" https://gitlab.lre.epita.fr/api/v4/projects/131/trigger/pipeline
|
||||||
- curl -X POST -F ref=master -F token=$TRIGGER_SANDBOX https://gitlab.lre.epita.fr/api/v4/projects/181/trigger/pipeline
|
- curl -X POST -F ref=master -F token=$TRIGGER_SANDBOX https://gitlab.lre.epita.fr/api/v4/projects/181/trigger/pipeline
|
||||||
|
|
||||||
raspbian:
|
|
||||||
stage: build
|
# The SD card of our Raspberry failed. Disable this job until we
|
||||||
only:
|
# can make it work again.
|
||||||
- branches
|
#
|
||||||
except:
|
# raspbian:
|
||||||
- /wip/
|
# stage: build
|
||||||
tags:
|
# only:
|
||||||
- armv7
|
# - branches
|
||||||
script:
|
# except:
|
||||||
- autoreconf -vfi
|
# - /wip/
|
||||||
- ./configure
|
# tags:
|
||||||
- make
|
# - armv7
|
||||||
- make distcheck || { chmod -R u+w ./spot-*; false; }
|
# script:
|
||||||
artifacts:
|
# - autoreconf -vfi
|
||||||
when: always
|
# - ./configure
|
||||||
paths:
|
# - make
|
||||||
- ./spot-*/_build/sub/tests/*/*.log
|
# - make distcheck || { chmod -R u+w ./spot-*; false; }
|
||||||
- ./*.log
|
# artifacts:
|
||||||
- ./*.tar.gz
|
# when: always
|
||||||
|
# paths:
|
||||||
|
# - ./spot-*/_build/sub/tests/*/*.log
|
||||||
|
# - ./*.log
|
||||||
|
# - ./*.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue