Skip to content

Commit

Permalink
CI: test extra-dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Jan 12, 2024
1 parent 889ac54 commit ae53194
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
with:
opam_file: 'coq-ext-lib.opam'
custom_image: ${{ matrix.image }}
before_install: |
startGroup "Setup and print opam config"
opam repo -a --set-default add coq-extra-dev https://coq.inria.fr/opam/extra-dev
opam config list; opam repo list; opam list
endGroup
after_script: |
startGroup "Test dependants"
PINS=$(opam list -s --pinned --columns=package | xargs | tr ' ' ,)
Expand Down
1 change: 1 addition & 0 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ organization: coq-community
community: true
action: true
ci_test_dependants: true
ci_extra_dev: true
submodule: true

synopsis: A library of Coq definitions, theorems, and tactics
Expand Down

0 comments on commit ae53194

Please sign in to comment.