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

add CI

parent 1e90c598
No related branches found
No related tags found
No related merge requests found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment