Skip to content
Snippets Groups Projects
Commit 4a4105d9 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Update needs

parent 40954d4b
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ linux:pack: ...@@ -122,7 +122,7 @@ linux:pack:
- docker - docker
dependencies: ["linux:build"] dependencies: ["linux:build"]
needs: ["linux:test", "linux:valgrind"] needs: ["linux:test", "linux:valgrind", "linux:build"]
script: script:
- DEBIAN_FRONTEND=noninteractive apt update && apt install -y libmsgpackc2 liburiparser1 cmake file - DEBIAN_FRONTEND=noninteractive apt update && apt install -y libmsgpackc2 liburiparser1 cmake file
- cd build - cd build
...@@ -196,7 +196,7 @@ windows:pack: ...@@ -196,7 +196,7 @@ windows:pack:
tags: tags:
- windows - windows
dependencies: ["windows:build"] dependencies: ["windows:build"]
needs: ["windows:test"] needs: ["windows:test", "windows:build"]
cache: # use artifacts instead if multiple runners available cache: # use artifacts instead if multiple runners available
key: $CI_COMMIT_SHORT_SHA key: $CI_COMMIT_SHORT_SHA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment