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

Make cicd work

parent 44c18be1
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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