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
script:
- cd build
- make
- make iprefresher
artifacts:
paths:
- build/
- inc/
- postinst
dependencies:
- cmake
build_package:
@ -39,6 +41,8 @@ build_package:
- build/
- inc/
- postinst
dependencies:
- build
test:
stage: post
@ -54,6 +58,8 @@ test:
- build/
- inc/
- postinst
dependencies:
- build
# Windows Build
cmake_win64:
@ -76,6 +82,8 @@ build_win64:
paths:
- build/
- inc/
dependencies:
- cmake_win64
build_package_win64:
@ -87,4 +95,6 @@ build_package_win64:
artifacts:
paths:
- build/
- inc/
- inc/
dependencies:
- build_win64