Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_data
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_data
Commits
987de0c2
Commit
987de0c2
authored
Nov 02, 2018
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding LibHilbert detection for gitlab-ci
parent
67f61694
Pipeline
#709
failed with stages
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
build.sh
build.sh
+3
-6
No files found.
build.sh
View file @
987de0c2
...
...
@@ -2,7 +2,7 @@
# Make a directory in /tmp/openfpm_data
echo
"Build on:
$2
with
$
3
branch
$4
"
echo
"Build on:
$2
with
$
4
branch
$5
"
# Check if libHilbert is installed
...
...
@@ -22,11 +22,8 @@ cd "$1/openfpm_data"
pre_command
=
""
sh ./autogen.sh
if
[
"
$2
"
==
"master"
]
;
then
options
=
"
$options
--disable-gpu"
elif
[
"
$2
"
==
"sbalzarini-mac-15"
]
;
then
options
=
"
$options
--with-libhilbert=
$HOME
/
$4
/LIBHILBERT"
fi
options
=
"
$options
--disable-gpu "
options
=
"
$options
--with-libhilbert=
$HOME
/openfpm_dependencies/openfpm_data/LIBHILBERT"
if
[
x
"
$3
"
==
x
"SE"
]
;
then
options
=
"
$options
--enable-se-class1 --enable-se-class2 --enable-se-class3 --with-action-on-error=throw --enable-test-coverage"
...
...
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