Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iRMB
VirtualFluids
Commits
82b6fba9
Commit
82b6fba9
authored
4 years ago
by
Sven Marcus
Browse files
Options
Downloads
Patches
Plain Diff
.gitlab-ci uses irmb/virtualfluids-deps image
parent
535871f8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-9
19 additions, 9 deletions
.gitlab-ci.yml
with
19 additions
and
9 deletions
.gitlab-ci.yml
+
19
−
9
View file @
82b6fba9
image
:
ubuntu
image
:
irmb/virtualfluids-deps:latest
stages
:
-
build
-
test
build
:
stage
:
build
artifacts
:
paths
:
-
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
-
cmake -S . -B build -DBUILD_VF_CPU:BOOL=ON -DUSE_GCC:BOOL=ON -DBUILD_VF_UNIT_TESTS:BOOL=ON
-
cmake --build build --target VirtualFluidsCore
-
cmake --build build --target basicsTests
test
:
stage
:
test
before_script
:
-
export DEBIAN_FRONTEND=noninteractive
script
:
-
build/bin/basicsTests
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment