Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
JPScore
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
92
Issues
92
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
JuPedSim
JPScore
Commits
f45cd63c
Commit
f45cd63c
authored
Apr 18, 2018
by
Mohcine Chraibi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix gitlab CI
parent
c5f458f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
.gitlab-ci.yml
.gitlab-ci.yml
+9
-8
No files found.
.gitlab-ci.yml
View file @
f45cd63c
...
...
@@ -6,8 +6,8 @@ before_script:
-
nproc=`grep -c '^processor' /proc/cpuinfo`
-
echo "nproc = $nproc"
-
export LD_LIBRARY_PATH=$HOME/boost_1_61_0/stage/lib/:$LD_LIBRARY_PATH
#========== Pipeline ==================
stages
:
-
configure
...
...
@@ -46,19 +46,20 @@ make-linux:
-
lib
-
lib/Debug
-
bin
stage
:
compile
script
:
-
cd build
-
make -j$nproc
-
echo "compile | ${CI_PROJECT_DIR}"
tags
:
-
linux
#============== unit_test ============
test
:
dependencies
:
-
make-linux
stage
:
unit_test
stage
:
unit_test
script
:
-
cd build
-
ctest -R Boost
...
...
@@ -73,7 +74,7 @@ verification:
script
:
-
cd build
-
ctest -R juelich
only
:
only
:
-
develop
tags
:
-
linux
...
...
@@ -88,7 +89,7 @@ verification:
# script:
# - cd build
# - ctest -R rimea
# only:
# only:
# - develop
# tags:
# - linux
...
...
@@ -103,7 +104,7 @@ verification:
# script:
# - cd build
# - ctest -R validation
# only:
# only:
# - develop
# tags:
# - linux
...
...
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