Skip to content
Snippets Groups Projects
Commit 5f4ee279 authored by Soeren Peters's avatar Soeren Peters
Browse files

Remove not necessary cab_machine and use_gcc define.

parent b875e8ce
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,11 @@ build: ...@@ -12,12 +12,11 @@ build:
- build/ - build/
before_script: before_script:
- export CAB_MACHINE=ELLADAN
- export DEBIAN_FRONTEND=noninteractive - export DEBIAN_FRONTEND=noninteractive
- apt-get update - apt-get update
script: script:
- cmake -S . -B build -DBUILD_VF_CPU:BOOL=ON -DUSE_GCC:BOOL=ON -DBUILD_VF_UNIT_TESTS:BOOL=ON - cmake -S . -B build -DBUILD_VF_CPU:BOOL=ON -DBUILD_VF_UNIT_TESTS:BOOL=ON
- cmake --build build --target VirtualFluidsCore - cmake --build build --target VirtualFluidsCore
- cmake --build build --target basicsTests - cmake --build build --target basicsTests
......
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