Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
waves
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Pour rappel, le service sera inaccessible ce lundi 05/05/25 midi pour raison de mise à jour.
Show more breadcrumbs
Aerospace and Mechanical Engineering
waves
Commits
86f7878f
Commit
86f7878f
authored
5 years ago
by
Adrien Crovato
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into adrien
parents
97278a76
bb7a8408
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!46
Msys build
Pipeline
#479
passed
5 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+59
-0
59 additions, 0 deletions
.gitlab-ci.yml
with
59 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
59
−
0
View file @
86f7878f
# gitlab-ci file for waves
default
:
image
:
rboman/waves
stages
:
-
build
-
test
full_build
:
stage
:
build
script
:
-
source /opt/intel/mkl/bin/mklvars.sh intel64
-
source /opt/intel/tbb/bin/tbbvars.sh intel64
-
printenv | sort
-
rm -rf build workspace
-
mkdir build
-
cd build
-
cmake -Wno-dev ..
-
make -j
4
artifacts
:
paths
:
-
build/
expire_in
:
1 hour
build_no_tlnos
:
stage
:
build
script
:
-
source /opt/intel/mkl/bin/mklvars.sh intel64
-
source /opt/intel/tbb/bin/tbbvars.sh intel64
-
printenv | sort
-
rm -rf build workspace
-
mkdir build
-
cd build
-
cmake -Wno-dev -C ../CMake/disable-trilinos.cmake ..
-
make -j
4
doxygen
:
stage
:
test
script
:
-
cd build
-
make dox
artifacts
:
paths
:
-
build/doxygen/
expire_in
:
1 day
ctest
:
stage
:
test
script
:
-
source /opt/intel/mkl/bin/mklvars.sh intel64
-
source /opt/intel/tbb/bin/tbbvars.sh intel64
-
cd build
-
ctest -j
4
#--verbose
#timeout: 10 hours # will be available in 12.3
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