Skip to content
Snippets Groups Projects
Commit 17d335e8 authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

add CI

parent 1e90c598
No related merge requests found
Pipeline #36312 passed with stage
in 4 minutes and 51 seconds
stages:
- test
test:
stage: test
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:11
script:
- git clone https://i10git.cs.fau.de/walberla/walberla.git
- mkdir build
- cd build
- cmake .. -DWALBERLA_DIR=../walberla
- cd apps/example_app/
- make -j 4
- ./ExampleApp
tags:
- docker
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment