Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
O
openfpm_devices
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_devices
Commits
b61d7f9c
Commit
b61d7f9c
authored
Aug 21, 2018
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding binary to send to the second stage
parent
53b5acd5
Pipeline
#310
passed with stages
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
.gitlab-ci.yml
.gitlab-ci.yml
+9
-0
No files found.
.gitlab-ci.yml
View file @
b61d7f9c
...
...
@@ -2,6 +2,9 @@ centos_build:
stage
:
build
tags
:
-
centos
artifacts
:
paths
:
-
./src/mem
script
:
-
./build.sh $CI_PROJECT_DIR $CI_SERVER_NAME
...
...
@@ -19,6 +22,9 @@ mac_build:
stage
:
build
tags
:
-
mac
artifacts
:
paths
:
-
./src/mem
script
:
-
./build.sh $CI_PROJECT_DIR $CI_SERVER_NAME
...
...
@@ -36,6 +42,9 @@ ubuntu_build:
stage
:
build
tags
:
-
ubuntu
artifacts
:
paths
:
-
./src/mem
script
:
-
./build.sh $CI_PROJECT_DIR $CI_SERVER_NAME
...
...
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