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
4ce5e709
Commit
4ce5e709
authored
Aug 24, 2018
by
Heiko Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ci-binary.sh
parent
9ec7e793
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
ci-binary.sh
scripts/ci-binary.sh
+5
-1
No files found.
scripts/ci-binary.sh
View file @
4ce5e709
...
...
@@ -2,12 +2,16 @@
cd
./coq/binary
eval
`
opam config
env
`
make
cd
../../
pwd
#Setup HOL4, which should be installed by now
if
[
!
-d
"./HOL4"
]
;
if
[
!
-d
"./HOL4"
]
;
then
echo
"HOL4 setup failed, exiting"
exit
1
...
...
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