artifacts for stages

This commit is contained in:
Lukas Heiligenbrunner 2020-10-16 19:07:29 +02:00
parent ed08771107
commit 346875312b

View File

@ -16,6 +16,9 @@ prepare:
script:
- mkdir ../checkout
- cp -Rv * ../checkout
artifacts:
paths:
- ../checkout/
conan:
stage: conan
@ -26,10 +29,13 @@ conan:
- conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY
- conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
- CONAN_SYSREQUIRES_MODE=enabled conan install .. --build=missing
artifacts:
paths:
- ../checkout/
# Unix Build
cmake:
stage: cmake
script:
- cd build
- cd ../checkout/build
- cmake -S . -B ../build -D WinBuild=OFF -D GUI=OFF