Skip to content
Snippets Groups Projects
Commit c1fd921a authored by Jan Reher's avatar Jan Reher
Browse files

Merge branch 'make-cicd-work' into 'master'

Make cicd work

See merge request !1
parents 44c18be1 18240c61
No related branches found
No related tags found
1 merge request!1Make cicd work
Pipeline #1091 failed with stage
in 10 seconds
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# use the official gcc image, based on debian # use the official gcc image, based on debian
# can use verions as well, like gcc:5.2 # can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/ # see https://hub.docker.com/_/gcc/
image: gcc image: msrd0/cmake-qt5
build: build:
stage: build stage: build
...@@ -10,10 +10,11 @@ build: ...@@ -10,10 +10,11 @@ build:
# install the necessary build tools when needed # install the necessary build tools when needed
# before_script: # before_script:
# - apt update && apt -y install make autoconf # - apt update && apt -y install make autoconf
script: script:
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake3 ..
- make - make
# artifacts: # artifacts:
# paths: # paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment