Правила для автосборки
This commit is contained in:
parent
7cb287e8f9
commit
91ddc00a10
24
.gitlab-ci.yml
Normal file
24
.gitlab-ci.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
test:smolensk15:
|
||||||
|
image: smolensk15-dev
|
||||||
|
before_script:
|
||||||
|
- apt-get -y --force-yes install git
|
||||||
|
- git submodule sync
|
||||||
|
- git submodule update --init
|
||||||
|
script:
|
||||||
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- cmake -G Ninja ..
|
||||||
|
- ninja
|
||||||
|
|
||||||
|
test:bionic:
|
||||||
|
image: bionic-dev
|
||||||
|
before_script:
|
||||||
|
- apt-get -y --force-yes install git
|
||||||
|
- git submodule sync
|
||||||
|
- git submodule update --init
|
||||||
|
script:
|
||||||
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- cmake -G Ninja ..
|
||||||
|
- ninja
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user