mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-21 20:05:42 +02:00
ci: don't run configure and build jobs in the same stage
This commit is contained in:
parent
ccfb318212
commit
2ffedb9c48
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
image: gcc
|
image: gcc
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
- configure
|
||||||
- build
|
- build
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -10,7 +11,7 @@ before_script:
|
||||||
- apt-get -y install libudev-dev libjson-c-dev libmpdclient-dev libasound2-dev libxcb-xkb-dev
|
- apt-get -y install libudev-dev libjson-c-dev libmpdclient-dev libasound2-dev libxcb-xkb-dev
|
||||||
|
|
||||||
configure:
|
configure:
|
||||||
stage: build
|
stage: configure
|
||||||
script:
|
script:
|
||||||
- mkdir -p bld/debug
|
- mkdir -p bld/debug
|
||||||
- cd bld/debug
|
- cd bld/debug
|
||||||
|
|
Loading…
Add table
Reference in a new issue