Skip to content
Snippets Groups Projects
Commit 519bf37c authored by Janno's avatar Janno
Browse files

Try artifacts instead of cache in CI config

parent f212bab2
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -6,11 +6,6 @@ stages: ...@@ -6,11 +6,6 @@ stages:
- quickcheck - quickcheck
- fullbuild - fullbuild
cache:
paths:
- coq/iris
- coq/ra/*.vio
iris: iris:
stage: deps stage: deps
tags: tags:
...@@ -23,6 +18,9 @@ iris: ...@@ -23,6 +18,9 @@ iris:
mv _CoqProject_filtered _CoqProject; mv _CoqProject_filtered _CoqProject;
make -j8 quick; make -j8 quick;
git checkout _CoqProject git checkout _CoqProject
artifacts:
paths:
- coq/iris/*/*.vio
only: only:
- master - master
...@@ -39,6 +37,7 @@ vio: ...@@ -39,6 +37,7 @@ vio:
- master - master
artifacts: artifacts:
paths: paths:
- coq/ra/*.vio
- coq/ra/build-time-vio.txt - coq/ra/build-time-vio.txt
vio2vo: vio2vo:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment