Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
waLBerla
example_app
Commits
17d335e8
Commit
17d335e8
authored
Nov 29, 2021
by
Dominik Thoennes
Browse files
add CI
parent
1e90c598
Pipeline
#36312
passed with stage
in 4 minutes and 51 seconds
Changes
1
Pipelines
17
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
17d335e8
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment