Skip to content
Snippets Groups Projects
Commit 21edbb6f authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

CI: update make options

parent af64c5b5
Branches
Tags
No related merge requests found
Pipeline #1670096 failed
......@@ -49,7 +49,7 @@ variables:
- mkdir build_coin
- cd build_coin
- cmake ${CMAKE_ARGS} ../coin
- make -j2
- make -j
- make install
artifacts:
paths:
......@@ -70,7 +70,7 @@ variables:
- mkdir build_soqt
- cd build_soqt
- cmake ${CMAKE_ARGS} ../soqt
- make -j2
- make -j
- make install
artifacts:
paths:
......@@ -86,7 +86,7 @@ variables:
- mkdir geomodelcore-build
- cd geomodelcore-build
- cmake ${CMAKE_ARGS} ../GeoModelCore
- make -j2
- make -j
- make install
artifacts:
paths:
......@@ -102,7 +102,7 @@ variables:
- mkdir geomodelio-build
- cd geomodelio-build
- cmake ${CMAKE_ARGS} ../GeoModelIO
- make -j2
- make -j
- make install
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment