mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-21 11:55:42 +02:00
gitlab-ci: initial commit
This commit is contained in:
parent
4f5e22e231
commit
b173f36e7e
1 changed files with 15 additions and 0 deletions
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
configure:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- mkdir -p bld/debug
|
||||||
|
- cd bld/debug
|
||||||
|
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug ../../
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- cd bld/debug
|
||||||
|
- ninja
|
Loading…
Add table
Reference in a new issue