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

Fixing build

parent 7c34c8a9
No related branches found
No related tags found
No related merge requests found
Pipeline #1998 failed
......@@ -5,6 +5,7 @@ centos_build:
artifacts:
paths:
- ./openfpm_io/build/src/io
- ./openfpm_io/test_data
script:
- ./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS NO $CI_COMMIT_REF_NAME
......@@ -24,6 +25,7 @@ mac_build:
artifacts:
paths:
- ./openfpm_io/build/src/io
- ./openfpm_io/test_data
script:
- ./build.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS NO $CI_COMMIT_REF_NAME
......@@ -43,6 +45,7 @@ ubuntu_build:
artifacts:
paths:
- ./openfpm_io/build/src/io
- ./openfpm_io/test_data
script:
- ./build.sh $CI_PROJECT_DIR $CI_RUNNER_EXECUTABLE_TAGS NO $CI_COMMIT_REF_NAME
......@@ -54,4 +57,3 @@ ubuntu_run:
- ubuntu_build
script:
- ./run.sh $CI_PROJECT_DIR $CI_RUNNER_TAGS NO $CI_COMMIT_REF_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