Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
cd62ca20
Commit
cd62ca20
authored
3 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Plain Diff
Merge branch 'libman' into 'main'
CI updates See merge request
!704
parents
e9703064
9c07ca5d
No related branches found
No related tags found
1 merge request
!704
CI updates
Pipeline
#57757
canceled
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+22
-22
22 additions, 22 deletions
.gitlab-ci.yml
with
22 additions
and
22 deletions
.gitlab-ci.yml
+
22
−
22
View file @
cd62ca20
stages
:
-
build
native_Debian_clang
:
tags
:
&native
-
Debian
before_script
:
&debian_clang
-
export CC=clang; export CXX=clang++
-
cmake --version
-
clang --version
stage
:
build
script
:
&native_scr
-
pwd
-
mkdir build
-
cd build
-
cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
#-DWERROR=ON
-
make -j6
-
xvfb-run -a ctest -j6 --output-on-failure
-
make package_source
artifacts
:
paths
:
-
build/*gz
expire_in
:
10 days
mac
:
tags
:
-
MacOS
...
...
@@ -55,7 +76,7 @@ windows:
-
pwd
-
echo "#--- CONFIGURE ---"
-
cmake --version
-
cmake -G "Visual Studio 16 2019" -A x64 -T host=x64
-DLIB_MAN=OFF
-DCMAKE_PREFIX_PATH="$OPT_DIR" -DQTDIR="$QT_MSVC_DIR" -DQt5_DIR="$QTCMake_DIR/Qt5" -DQt5Test_DIR="$QTCMake_DIR/Qt5Test" -DCMAKE_INCLUDE_PATH="$BOOST_INCLUDE_DIR" -DCMAKE_LIBRARY_PATH="$BOOST_LIB_DIR" -DCMAKE_C_COMPILER="cl.exe" -DCMAKE_CXX_COMPILER="cl.exe" -B. ..
-
cmake -G "Visual Studio 16 2019" -A x64 -T host=x64 -DCMAKE_PREFIX_PATH="$OPT_DIR" -DQTDIR="$QT_MSVC_DIR" -DQt5_DIR="$QTCMake_DIR/Qt5" -DQt5Test_DIR="$QTCMake_DIR/Qt5Test" -DCMAKE_INCLUDE_PATH="$BOOST_INCLUDE_DIR" -DCMAKE_LIBRARY_PATH="$BOOST_LIB_DIR" -DCMAKE_C_COMPILER="cl.exe" -DCMAKE_CXX_COMPILER="cl.exe" -B. ..
-
echo "#--- BUILD ---"
-
pwd
-
if($CI_PIPELINE_SOURCE -eq "schedule") { cmake --build . --target clean }
...
...
@@ -70,27 +91,6 @@ windows:
-
build/winpackage/BornAgain*.exe
expire_in
:
1 week
native_Debian_clang
:
tags
:
&native
-
Debian
before_script
:
&debian_clang
-
export CC=clang; export CXX=clang++
-
cmake --version
-
clang --version
stage
:
build
script
:
&native_scr
-
pwd
-
mkdir build
-
cd build
-
cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
#-DWERROR=ON
-
make -j6
-
xvfb-run -a ctest -j6 --output-on-failure
-
make package_source
artifacts
:
paths
:
-
build/*gz
expire_in
:
10 days
webdoc
:
rules
:
-
if
:
'
$CI_COMMIT_REF_NAME
==
$CI_DEFAULT_BRANCH'
...
...
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