Skip to content
Snippets Groups Projects

Make cicd work

Merged Jan Reher requested to merge make-cicd-work into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -2,7 +2,7 @@
# use the official gcc image, based on debian
# can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/
image: gcc
image: msrd0/cmake-qt5
build:
stage: build
@@ -10,10 +10,11 @@ build:
# install the necessary build tools when needed
# before_script:
# - apt update && apt -y install make autoconf
script:
- mkdir build
- cd build
- cmake ..
- cmake3 ..
- make
# artifacts:
# paths:
Loading