Skip to content

Commit

Permalink
CI pkg:opam list installed coq files in artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Dec 10, 2024
1 parent 2fd29b2 commit c15c9cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,15 @@ before_script:
- if [ "$COQ_CI_NATIVE" = true ]; then echo "Definition f x := x + x." > test_native.v; fi
- if [ "$COQ_CI_NATIVE" = true ]; then coqc test_native.v; fi
- if [ "$COQ_CI_NATIVE" = true ]; then test -f .coq-native/Ntest_native.cmxs; fi
after_script:
- eval $(opam env)
- du -ha "$(coqc -where)" > files.listing
artifacts:
name: "$CI_JOB_NAME"
paths:
- files.listing
when: always
expire_in: 1 week
variables:
OPAM_VARIANT: "+flambda"
only: *full-ci
Expand Down

0 comments on commit c15c9cf

Please sign in to comment.