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

Testing message

parent 9679ad7b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ centos_build:
paths:
- ./build/src/pdata
script:
- ./build.sh $CI_PROJECT_DIR $CI_RUNNER_ID pdata full $CI_COMMIT_REF_NAME
- ./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata full $CI_COMMIT_REF_NAME
centos_run:
stage: test
......@@ -15,7 +15,7 @@ centos_run:
dependencies:
- centos_build
script:
- ./run.sh $CI_PROJECT_DIR $CI_RUNNER_ID pdata full $CI_COMMIT_REF_NAME
- ./run.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata full $CI_COMMIT_REF_NAME
- ./success.sh 2 centos openfpm_pdata
mac_build:
......@@ -26,7 +26,7 @@ mac_build:
paths:
- ./build/src/pdata
script:
- ./build.sh $CI_PROJECT_DIR $CI_RUNNER_ID pdata full $CI_COMMIT_REF_NAME
- ./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata full $CI_COMMIT_REF_NAME
mac_run:
stage: test
......@@ -35,7 +35,7 @@ mac_run:
dependencies:
- mac_build
script:
- ./run.sh $CI_PROJECT_DIR $CI_RUNNER_ID pdata full $CI_COMMIT_REF_NAME
- ./run.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata full $CI_COMMIT_REF_NAME
- ./success.sh 2 mac openfpm_pdata
ubuntu_build:
......@@ -46,7 +46,7 @@ ubuntu_build:
paths:
- ./build/src/pdata
script:
- ./build.sh $CI_PROJECT_DIR $CI_RUNNER_ID pdata full $CI_COMMIT_REF_NAME
- ./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata full $CI_COMMIT_REF_NAME
ubuntu_run:
stage: test
......@@ -55,6 +55,6 @@ ubuntu_run:
dependencies:
- ubuntu_build
script:
- ./run.sh $CI_PROJECT_DIR $CI_RUNNER_ID pdata full $CI_COMMIT_REF_NAME
- ./run.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS pdata full $CI_COMMIT_REF_NAME
- ./success.sh 2 ubuntu openfpm_pdata
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