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

Merge pull request 'Add .gitlab-ci.yml' (#1) from marcus/VirtualFluids:open_source into open_source

parents 6a14c4d2 a3b8d85a
No related branches found
No related tags found
No related merge requests found
image: ubuntu
stages:
- build
build:
stage: build
before_script:
- export CAB_MACHINE=ELLADAN
- export DEBIAN_FRONTEND=noninteractive
- apt-get update
- apt-get install build-essential -y
- apt-get install cmake -y
- apt-get install ninja-build -y
- apt-get install openmpi-bin -y
- apt-get install libomp-dev -y
- apt-get install nvidia-cuda-dev nvidia-cuda-toolkit -y
script:
- cmake -S . -B build -DBUILD_VF_CPU:BOOL=ON
- cmake --build build --target VirtualFluidsCore
\ No newline at end of file
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