Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
AVA
FloVer
Commits
796a3ca8
Commit
796a3ca8
authored
Apr 27, 2018
by
Heiko Becker
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into coq8.8_compat
parents
ce406faa
b1774cab
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
22 deletions
+20
-22
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
scripts/ci-coq.sh
scripts/ci-coq.sh
+4
-4
scripts/ci-hol4.sh
scripts/ci-hol4.sh
+15
-17
No files found.
.gitlab-ci.yml
View file @
796a3ca8
image
:
localhost:5000/flover
image
:
heikobecker/coq-polyml-ci
variables
:
GIT_SUBMODULE_STRATEGY
:
none
...
...
scripts/ci-coq.sh
View file @
796a3ca8
...
...
@@ -10,7 +10,7 @@ make -j
make clean
opam switch coq8.8
eval
`
opam config
env
`
./configure_coq.sh
make
-j
#
opam switch coq8.8
#
eval `opam config env`
#
./configure_coq.sh
#
make -j
scripts/ci-hol4.sh
View file @
796a3ca8
#!/bin/bash
if
[[
"
$HOLDIR
"
=
""
]]
then
#We must be running on ci-server
echo
"HOLDIR not set, starting to install HOL4 into current directory."
echo
"If this is not intended, please abort with Ctrl-c"
sleep
5
#Set HOL4 commit variable
HOLCOMMIT
=
"
$(
cat
./hol4/.HOLCOMMIT
)
"
git clone https://github.com/HOL-Theorem-Prover/HOL.git HOL4
cd
HOL4
git checkout
$HOLCOMMIT
poly < tools/smart-configure.sml
bin/build
export
HOLDIR
=
"
$(
pwd
)
"
cd
../
fi
#We must be running on ci-server
echo
"HOLDIR not set, starting to install HOL4 into current directory."
echo
"If this is not intended, please abort with Ctrl-c"
sleep
5
#Set HOL4 commit variable
HOLCOMMIT
=
"
$(
cat
./hol4/.HOLCOMMIT
)
"
git clone https://github.com/HOL-Theorem-Prover/HOL.git HOL4
cd
HOL4
git checkout
$HOLCOMMIT
poly < tools/smart-configure.sml
bin/build
export
HOLDIR
=
"
$(
pwd
)
"
cd
../
cd
./hol4
...
...
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