Skip to content
Snippets Groups Projects
Verified Commit c3898ee7 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] build: Removed conan references.

parent 3220daac
No related branches found
No related tags found
No related merge requests found
build: build:
stage: test stage: test
variables: variables:
CONAN_USER_HOME: "$CI_PROJECT_DIR"
CCACHE_DIR: "$CI_PROJECT_DIR/.ccache" CCACHE_DIR: "$CI_PROJECT_DIR/.ccache"
CTEST_NUM_THREADS: '4'
CTEST_LARGE_NUM_THREADS: '3'
image: image:
name: $CONTAINER_GCC_IMAGE name: $CONTAINER_GCC_IMAGE
entrypoint: entrypoint:
...@@ -12,7 +9,6 @@ build: ...@@ -12,7 +9,6 @@ build:
- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' - 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
cache: cache:
paths: paths:
- .conan
- .ccache - .ccache
before_script: before_script:
...@@ -20,7 +16,7 @@ build: ...@@ -20,7 +16,7 @@ build:
- cd build - cd build
script: script:
- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DOGS_USE_CONAN=OFF-DOGS_BUILD_PROCESSES=GroundwaterFlow - cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DOGS_USE_CONAN=OFF -DOGS_BUILD_PROCESSES=GroundwaterFlow
- cmake --build . > >(tee make.output) - cmake --build . > >(tee make.output)
- cmake --build . --target tests - cmake --build . --target tests
- cmake --build . --target ctest -j 8 - cmake --build . --target ctest -j 8
......
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