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

Adding CI to pdata

parent 663b6b09
No related branches found
No related tags found
No related merge requests found
centos_build:
stage: build
tags:
- centos
artifacts:
paths:
- ./openfpm_data/build/src/mem_map
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
mac_build:
stage: build
tags:
- mac
artifacts:
paths:
- ./openfpm_data/build/src/mem_map
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
ubuntu_build:
stage: build
tags:
- ubuntu
artifacts:
paths:
- ./openfpm_data/build/src/mem_map
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
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