use conan to fetch dependencies

This commit is contained in:
Lukas Heiligenbrunner 2020-10-12 02:14:42 +02:00
parent 41a8e8e7e1
commit 4a040d6a85

View File

@ -6,8 +6,11 @@ stages:
# Unix Build # Unix Build
cmake: cmake:
stage: cmake stage: cmake
image: luki42/dynuiprefresher_build:latest image: conanio/gcc9:latest
script: script:
- mkdir build
- cd build
- conan install ..
- cmake -S . -B build -D WinBuild=OFF -D GUI=OFF - cmake -S . -B build -D WinBuild=OFF -D GUI=OFF
artifacts: artifacts:
paths: paths: