Skip to content
GitLab
Menu
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
bac9c267
Commit
bac9c267
authored
Dec 19, 2018
by
Ralf Jung
Browse files
update Makefile and CI config
parent
1b2aa907
Pipeline
#13495
passed with stage
in 7 minutes and 1 second
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bac9c267
...
@@ -11,7 +11,7 @@ variables:
...
@@ -11,7 +11,7 @@ variables:
tags
:
tags
:
-
fp
-
fp
script
:
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
-
ci/buildjob
cache
:
cache
:
key
:
"
$CI_JOB_NAME"
key
:
"
$CI_JOB_NAME"
...
...
Makefile
View file @
bac9c267
...
@@ -13,7 +13,7 @@ clean: Makefile.coq
...
@@ -13,7 +13,7 @@ clean: Makefile.coq
.PHONY
:
clean
.PHONY
:
clean
# Create Coq Makefile.
# Create Coq Makefile.
Makefile.coq
:
_CoqProject Makefile
awk.Makefile
Makefile.coq
:
_CoqProject Makefile
"
$(COQBIN)
coq_makefile"
-f
_CoqProject
-o
Makefile.coq
"
$(COQBIN)
coq_makefile"
-f
_CoqProject
-o
Makefile.coq
# Install build-dependencies
# Install build-dependencies
...
@@ -42,7 +42,6 @@ build-dep: build-dep/opam phony
...
@@ -42,7 +42,6 @@ build-dep: build-dep/opam phony
# Some files that do *not* need to be forwarded to Makefile.coq
# Some files that do *not* need to be forwarded to Makefile.coq
Makefile
:
;
Makefile
:
;
_CoqProject
:
;
_CoqProject
:
;
awk.Makefile
:
;
opam
:
;
opam
:
;
# Phony wildcard targets
# Phony wildcard targets
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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