Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
FloVer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Boards
Labels
Milestones
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
AVA
FloVer
Commits
4f1a79e8
Commit
4f1a79e8
authored
Apr 01, 2019
by
Heiko Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable Coq 8.7.2 also in CI scripts
parent
7f887342
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
ci-coq.sh
scripts/ci-coq.sh
+10
-10
No files found.
scripts/ci-coq.sh
View file @
4f1a79e8
...
...
@@ -3,18 +3,18 @@
cd
./coq
opam switch coq8.7.2
eval
`
opam config
env
`
./configure_coq.sh
make
-j
#
opam switch coq8.7.2
#
eval `opam config env`
#
./configure_coq.sh
#
make -j
if
[[
"
$?
"
!=
"0"
]]
;
then
echo
"Compilation with Coq 8.7.2 failed"
exit
1
fi
#
if [[ "$?" != "0" ]];
#
then
#
echo "Compilation with Coq 8.7.2 failed"
#
exit 1
#
fi
make clean
#
make clean
opam switch coq8.8
eval
`
opam config
env
`
...
...
Write
Preview
Markdown
is supported
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