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

Fixing build

parent 56075f8e
No related branches found
No related tags found
No related merge requests found
Pipeline #1993 failed
......@@ -15,7 +15,7 @@ centos_run:
dependencies:
- centos_build
script:
- ./openfpm_io/build/src/io
- ./run.sh
mac_build:
stage: build
......@@ -34,7 +34,7 @@ mac_run:
dependencies:
- mac_build
script:
- ./openfpm_io/build/src/io
- ./run.sh
ubuntu_build:
stage: build
......@@ -53,5 +53,5 @@ ubuntu_run:
dependencies:
- ubuntu_build
script:
- ./openfpm_io/build/src/io
- ./run.sh
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