Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
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_pdata
Commits
d5e4cbb4
Commit
d5e4cbb4
authored
Nov 05, 2018
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding CI to pdata
parent
f57cc5f5
Pipeline
#758
failed with stages
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
27 deletions
+27
-27
.gitlab-ci.yml
.gitlab-ci.yml
+27
-27
No files found.
.gitlab-ci.yml
View file @
d5e4cbb4
...
...
@@ -8,15 +8,15 @@ centos_build:
script
:
-
./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata NO $CI_COMMIT_REF_NAME
#
centos_run
:
#
stage: test
#
tags:
#
- centos
#
dependencies:
#
- centos_build
#
script:
#
- ./openfpm_data/build/src/mem_map
# - ./success.sh 2 centos openfpm_devices
centos_run
:
stage
:
test
tags
:
-
centos
dependencies
:
-
centos_build
script
:
-
./openfpm_data/build/src/mem_map
-
./success.sh 2 centos openfpm_pdata
mac_build
:
stage
:
build
...
...
@@ -28,15 +28,15 @@ mac_build:
script
:
-
./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata NO $CI_COMMIT_REF_NAME
#
mac_run
:
#
stage: test
#
tags:
#
- mac
#
dependencies:
#
- mac_build
#
script:
#
- ./openfpm_data/build/src/mem_map
# - ./success.sh 2 mac openfpm_devices
mac_run
:
stage
:
test
tags
:
-
mac
dependencies
:
-
mac_build
script
:
-
./openfpm_data/build/src/mem_map
-
./success.sh 2 mac openfpm_pdata
ubuntu_build
:
stage
:
build
...
...
@@ -48,13 +48,13 @@ ubuntu_build:
script
:
-
./build.sh $CI_PROJECT_DIR $CI_RUNNER_EXECUTABLE_TAGS pdata NO $CI_COMMIT_REF_NAME
#
ubuntu_run
:
#
stage: test
#
tags:
#
- ubuntu
#
dependencies:
#
- ubuntu_build
#
script:
#
- ./openfpm_data/build/src/mem_map
# - ./success.sh 2 ubuntu openfpm_devices
ubuntu_run
:
stage
:
test
tags
:
-
ubuntu
dependencies
:
-
ubuntu_build
script
:
-
./openfpm_data/build/src/mem_map
-
./success.sh 2 ubuntu openfpm_pdata
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