Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
ra-gps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Robbert
ra-gps
Commits
72528bbe
Commit
72528bbe
authored
Aug 26, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update CI for directory layout
parent
0fe3d627
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
.gitlab-ci.yml
.gitlab-ci.yml
+4
-5
build/opam-ci.sh
build/opam-ci.sh
+0
-1
No files found.
.gitlab-ci.yml
View file @
72528bbe
...
...
@@ -8,13 +8,12 @@ variables:
-
fp-timing
script
:
# prepare
-
cd coq
-
. build/opam-ci.sh coq "$COQ_VERSION" coq-mathcomp-ssreflect "$SSR_VERSION"
-
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_/-]+
\(
user
:
[0-9]"
|
tee
build-time.txt'
-
'
cat
build-log.txt
|
egrep
"[a-zA-Z0-9_/-]+
\(
(real|user)
:
[0-9]"
|
tee
build-time.txt'
-
'
if
test
-n
"$VALIDATE"
&&
((
RANDOM
%
10
==
0
));
then
make
validate;
fi'
cache
:
key
:
"
coq$COQ_VERSION-ssr$SSR_VERSION"
...
...
@@ -24,7 +23,7 @@ variables:
-
master
-
/^ci/
gps-coq8.6.1
:
i
gps-coq8.6.1
:
<<
:
*template
variables
:
COQ_VERSION
:
"
8.6.1"
...
...
@@ -32,5 +31,5 @@ gps-coq8.6.1:
VALIDATE
:
1
artifacts
:
paths
:
-
coq/ra/
build-time.txt
-
coq/ra/
build-env.txt
-
build-time.txt
-
build-env.txt
build/opam-ci.sh
View file @
72528bbe
...
...
@@ -36,7 +36,6 @@ done
# Install build-dependencies
echo
cd
ra
make build-dep
Y
=
1
# done
...
...
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