* .gitlab-ci.yml (alpine-gcc): Do not run both check and distcheck.
This commit is contained in:
parent
7a9f0a3fd9
commit
013eef7499
1 changed files with 0 additions and 1 deletions
|
|
@ -93,7 +93,6 @@ alpine-gcc:
|
||||||
- autoreconf -vfi
|
- autoreconf -vfi
|
||||||
- ./configure
|
- ./configure
|
||||||
- make
|
- make
|
||||||
- make check
|
|
||||||
- make distcheck || { chmod -R u+w ./spot-*; false; }
|
- make distcheck || { chmod -R u+w ./spot-*; false; }
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue