* .gitlab-ci.yml: Activate Raspbian again.
This commit is contained in:
parent
9bf1edd80d
commit
02f9f0a1c9
1 changed files with 19 additions and 22 deletions
|
|
@ -459,25 +459,22 @@ publish-unstable:
|
||||||
- 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
|
||||||
|
|
||||||
|
|
||||||
# The SD card of our Raspberry failed. Disable this job until we
|
raspbian:
|
||||||
# can make it work again.
|
stage: build
|
||||||
#
|
only:
|
||||||
# raspbian:
|
- branches
|
||||||
# stage: build
|
except:
|
||||||
# only:
|
- /wip/
|
||||||
# - branches
|
tags:
|
||||||
# except:
|
- armv7
|
||||||
# - /wip/
|
script:
|
||||||
# tags:
|
- autoreconf -vfi
|
||||||
# - armv7
|
- ./configure
|
||||||
# script:
|
- make
|
||||||
# - autoreconf -vfi
|
- make distcheck || { chmod -R u+w ./spot-*; false; }
|
||||||
# - ./configure
|
artifacts:
|
||||||
# - make
|
when: always
|
||||||
# - make distcheck || { chmod -R u+w ./spot-*; false; }
|
paths:
|
||||||
# artifacts:
|
- ./spot-*/_build/sub/tests/*/*.log
|
||||||
# when: always
|
- ./*.log
|
||||||
# paths:
|
- ./*.tar.gz
|
||||||
# - ./spot-*/_build/sub/tests/*/*.log
|
|
||||||
# - ./*.log
|
|
||||||
# - ./*.tar.gz
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue