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
Fairis
Commits
7cd2dc29
Commit
7cd2dc29
authored
Mar 05, 2018
by
Joseph Tassarotti
Browse files
Merge branch 'gen_proofmode' of gitlab.mpi-sws.org:jtassaro/fri-coq into gen_proofmode
parents
4ddcb65c
07253ca5
Pipeline
#7263
passed with stage
in 21 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7cd2dc29
...
...
@@ -16,7 +16,6 @@ variables:
-
env | egrep '^(CI_BUILD_REF|CI_RUNNER)' > build-env.txt
# build
-
'
time
make
-k
-j$CPU_CORES
TIMED=y
2>&1
|
tee
build-log.txt'
-
'
if
fgrep
Axiom
build-log.txt
>/dev/null;
then
exit
1;
fi'
-
'
cat
build-log.txt
|
egrep
"[a-zA-Z0-9_/-]+
\((real|user):
[0-9]"
|
tee
build-time.txt'
# maybe validate
-
'
if
[[
-n
"$VALIDATE"
]];
then
make
validate;
fi'
...
...
opam
View file @
7cd2dc29
...
...
@@ -5,6 +5,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "'%{lib}%/coq/user-contrib/fri"]
depends: [
"coq" { (>= "8.7") | (= "dev") }
"coq" { (>= "8.7
.2
") | (= "dev") }
"coq-iris" { (= "branch.gen_proofmode.2018-03-04.7") | (= "dev") }
]
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