cmex/.gitlab-ci.yml

27 lines
574 B
YAML
Raw Normal View History

test:smolensk15:
image: smolensk15-dev
before_script:
- apt-get update
2019-02-14 19:42:30 +00:00
- apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev
- 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 update
2019-02-12 22:22:25 +00:00
- apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev
- git submodule sync
- git submodule update --init
script:
- mkdir build
- cd build
- cmake -G Ninja ..
- ninja