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

Adding CI to pdata

parent f57cc5f5
No related branches found
No related tags found
No related merge requests found
Pipeline #758 failed
......@@ -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
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