right ci camke dependencies for win and unix build

This commit is contained in:
lukas 2020-05-19 21:29:36 +02:00
parent 5271a25cbc
commit 1239ae015a

View File

@ -20,12 +20,14 @@ build:
image: luki42/dynuiprefresher_build:latest image: luki42/dynuiprefresher_build:latest
script: script:
- cd build - cd build
- make - make iprefresher
artifacts: artifacts:
paths: paths:
- build/ - build/
- inc/ - inc/
- postinst - postinst
dependencies:
- cmake
build_package: build_package:
@ -39,6 +41,8 @@ build_package:
- build/ - build/
- inc/ - inc/
- postinst - postinst
dependencies:
- build
test: test:
stage: post stage: post
@ -54,6 +58,8 @@ test:
- build/ - build/
- inc/ - inc/
- postinst - postinst
dependencies:
- build
# Windows Build # Windows Build
cmake_win64: cmake_win64:
@ -76,6 +82,8 @@ build_win64:
paths: paths:
- build/ - build/
- inc/ - inc/
dependencies:
- cmake_win64
build_package_win64: build_package_win64:
@ -88,3 +96,5 @@ build_package_win64:
paths: paths:
- build/ - build/
- inc/ - inc/
dependencies:
- build_win64