Skip to content
Snippets Groups Projects
Commit b61d7f9c authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Adding binary to send to the second stage

parent 53b5acd5
No related branches found
No related tags found
No related merge requests found
Pipeline #310 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment