Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- 'coqorg/coq:dev'
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-dpdgraph.opam'
Expand All @@ -29,6 +29,7 @@ jobs:
env:
OPAMWITHTEST: 'true'


# See also:
# https://github.com/coq-community/docker-coq-action#readme
# https://github.com/erikmd/docker-coq-github-action-demo
51 changes: 4 additions & 47 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,47 +1,4 @@
.depend
*.annot
*.cmo
*.cma
*.cmi
*.a
*.o
*.cmx
*.cmxs
*.cmxa
*.mlg.d
version.ml
graphdepend.ml
searchdepend.ml

autom4te.cache
configure
Makefile
Make_coq.conf
.Make_coq.d
config.log
config.status
*.aux
*.glob
*.mllib.d
*.v.d
*.vo
*.vok
*.vos

coqthmdep
dpd2dot
dpdusage
Make_coq
CoqMakefile.conf
dpd_lex.ml
dpd_parse.ml
dpd_parse.mli
tests/*.log
tests/*.ok
tests/*.dot
tests/*.dpd
!tests/*.err.dpd
tests/*.glob
tests/Test.vo

META.coq-dpdgraph
_build
*~
.merlin
*.install
7 changes: 0 additions & 7 deletions Make

This file was deleted.

12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

build:
dune build

install:
dune install

test:
dune test

promote:
dune promote
306 changes: 0 additions & 306 deletions Makefile.in

This file was deleted.

Loading