Skip to content

Commit

Permalink
CoqdocJs master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Jun 14, 2023
1 parent 8a7a3d6 commit 995151f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image:
- 'coqorg/coq:8.9'
- 'coqorg/coq:8.11'
- 'coqorg/coq:8.12'
- 'coqorg/coq:8.13'
- 'coqorg/coq:8.14'
- 'coqorg/coq:8.15'
- 'coqorg/coq:8.16'
- 'coqorg/coq:8.17'
- 'coqorg/coq:dev'
coq:
- '8.9'
- '8.11'
- '8.12'
- '8.13'
- '8.14'
- '8.15'
- '8.16'
- '8.17'
- 'dev'
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-ext-lib.opam'
custom_image: ${{ matrix.image }}
coq_version: ${{ matrix.coq }}
before_script: |
startGroup "Workaround permission issue"
sudo chown -R coq:coq .
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
all: theories examples

COQDOCJS_LN?=true
-include coqdocjs/Makefile.doc
COQMAKEFILE?=Makefile.coq

Expand Down
2 changes: 1 addition & 1 deletion coqdocjs

0 comments on commit 995151f

Please sign in to comment.