Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
examples
Commits
a9de1c86
Commit
a9de1c86
authored
Dec 19, 2018
by
Ralf Jung
Browse files
update Makefile and CI config
parent
1eb36a8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a9de1c86
...
...
@@ -11,7 +11,7 @@ variables:
tags
:
-
fp
script
:
-
git clone https://gitlab.mpi-sws.org/
FP/
iris
-
ci.git ci -b opam2
-
git clone https://gitlab.mpi-sws.org/iris
/
ci.git ci -b opam2
-
ci/buildjob
cache
:
key
:
"
$CI_JOB_NAME"
...
...
Makefile
View file @
a9de1c86
...
...
@@ -13,7 +13,7 @@ clean: Makefile.coq
.PHONY
:
clean
# Create Coq Makefile.
Makefile.coq
:
_CoqProject Makefile
awk.Makefile
Makefile.coq
:
_CoqProject Makefile
"
$(COQBIN)
coq_makefile"
-f
_CoqProject
-o
Makefile.coq
# Install build-dependencies
...
...
@@ -42,7 +42,6 @@ build-dep: build-dep/opam phony
# Some files that do *not* need to be forwarded to Makefile.coq
Makefile
:
;
_CoqProject
:
;
awk.Makefile
:
;
opam
:
;
# Phony wildcard targets
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment