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
af8ed913
Commit
af8ed913
authored
Nov 02, 2018
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing passing artifatcs to run stage
parent
14595688
Pipeline
#741
failed with stages
in 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
+7
-9
.gitlab-ci.yml
.gitlab-ci.yml
+6
-6
build.sh
build.sh
+1
-3
No files found.
.gitlab-ci.yml
View file @
af8ed913
...
...
@@ -4,7 +4,7 @@ centos_build:
-
centos
artifacts
:
paths
:
-
./src/mem_map
-
./
openfpm_data/
src/mem_map
script
:
-
./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS NO $CI_COMMIT_REF_NAME
...
...
@@ -15,7 +15,7 @@ centos_run:
dependencies
:
-
centos_build
script
:
-
./src/mem_map
-
.
openfpm_data
/src/mem_map
-
./success.sh 2 centos openfpm_devices
mac_build
:
...
...
@@ -24,7 +24,7 @@ mac_build:
-
mac
artifacts
:
paths
:
-
./src/mem_map
-
.
openfpm_data
/src/mem_map
script
:
-
./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS NO $CI_COMMIT_REF_NAME
...
...
@@ -35,7 +35,7 @@ mac_run:
dependencies
:
-
mac_build
script
:
-
./src/mem_map
-
.
openfpm_data
/src/mem_map
-
./success.sh 2 mac openfpm_devices
ubuntu_build
:
...
...
@@ -44,7 +44,7 @@ ubuntu_build:
-
ubuntu
artifacts
:
paths
:
-
./src/mem_map
-
.
openfpm_data
/src/mem_map
script
:
-
./build.sh $CI_PROJECT_DIR $CI_RUNNER_EXECUTABLE_TAGS NO $CI_COMMIT_REF_NAME
...
...
@@ -55,6 +55,6 @@ ubuntu_run:
dependencies
:
-
ubuntu_build
script
:
-
./src/mem_map
-
.
openfpm_data
/src/mem_map
-
./success.sh 2 ubuntu openfpm_devices
build.sh
View file @
af8ed913
...
...
@@ -10,8 +10,6 @@ if [ ! -d $HOME/openfpm_dependencies/openfpm_data/LIBHILBERT ]; then
./install_LIBHILBERT.sh
$HOME
/openfpm_dependencies/openfpm_data/ 4
fi
rm
-rf
$HOME
/openfpm_dependencies/openfpm_data/BOOST
if
[
!
-d
$HOME
/openfpm_dependencies/openfpm_data/BOOST
]
;
then
if
[
x
"
$2
"
==
x
"mac,"
]
;
then
echo
"Compiling for OSX"
...
...
@@ -58,7 +56,7 @@ if [ $? -ne 0 ]; then
curl
-X
POST
--data
"payload={
\"
icon_emoji
\"
:
\"
:jenkins:
\"
,
\"
username
\"
:
\"
jenkins
\"
,
\"
attachments
\"
:[{
\"
title
\"
:
\"
Error:
\"
,
\"
color
\"
:
\"
#FF0000
\"
,
\"
text
\"
:
\"
$2
failed to comfigure openfpm_data test
$opt_comp
\"
}] }"
https://hooks.slack.com/services/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
exit
1
fi
make
VERBOSE
=
1
make
if
[
$?
-ne
0
]
;
then
curl
-X
POST
--data
"payload={
\"
icon_emoji
\"
:
\"
:jenkins:
\"
,
\"
username
\"
:
\"
jenkins
\"
,
\"
attachments
\"
:[{
\"
title
\"
:
\"
Error:
\"
,
\"
color
\"
:
\"
#FF0000
\"
,
\"
text
\"
:
\"
$2
failed to compile the openfpm_data test
$opt_comp
\"
}] }"
https://hooks.slack.com/services/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
...
...
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