Commit a98c9d5f by FritzFlorian

Try docker image with preloaded cmake/gcc dependencies.

parent b0527554
Pipeline #1092 passed with stages
in 2 minutes 15 seconds
image: "madduci/docker-linux-cpp:latest"
image: "matrim/cmake-examples:3.10.3"
stages:
- build
- test
- sanitizer
before_script:
- apt update; apt-get install --yes --force-yes build-essential cmake
build_cmake:
stage: build
script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment