Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
K-dizzled committed Feb 28, 2024
1 parent 1151888 commit 54153ba
Show file tree
Hide file tree
Showing 15 changed files with 1,120 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/coqpilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ jobs:
- name: Opam eval
run: eval $(opam env)

- name: Make coq project from test resources directory
run: |
cd src/test/resources/coqProj
make
shell: bash

- name: Install Node.js
uses: actions/setup-node@v3
with:
Expand Down
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,4 @@ logs
.DS_Store

# Test resources
src/test/resources/coqProj/.vscode
**/*.glob
**/*.vo
**/*.vok
**/*.vos
**/*.aux
src/test/resources/coqProj/.Makefile.coq.d
src/test/resources/coqProj/Makefile.coq
src/test/resources/coqProj/Makefile.coq.conf
src/test/resources/coqProj/.vscode
6 changes: 6 additions & 0 deletions src/test/resources/coqProj/.Makefile.coq.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
theories/A.vo theories/A.glob theories/A.v.beautified theories/A.required_vo: theories/A.v
theories/A.vio: theories/A.v
theories/A.vos theories/A.vok theories/A.required_vos: theories/A.v
theories/B.vo theories/B.glob theories/B.v.beautified theories/B.required_vo: theories/B.v theories/A.vo
theories/B.vio: theories/B.v theories/A.vio
theories/B.vos theories/B.vok theories/B.required_vos: theories/B.v theories/A.vos
Loading

0 comments on commit 54153ba

Please sign in to comment.