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
bb9d0697
Commit
bb9d0697
authored
11 months ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/main' into docker1
parents
d20fd17b
8e72b11e
No related branches found
No related tags found
1 merge request
!2515
Debian/oldstable docker container for packaging (#942)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-5
5 additions, 5 deletions
.gitlab-ci.yml
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
5
−
5
View file @
bb9d0697
...
...
@@ -24,7 +24,7 @@ native_Debian:
# NOTE: CMake's Ninja generator should not be used with CMake < 3.26 due to internal bugs.
-
time cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_PREFIX_PATH="$QTCMAKE" $CHECK_FLAGS
-
time make -j16
-
time
xvfb-run -a
ctest -j16 --output-on-failure
-
time ctest -j16 --output-on-failure
-
time make package_source
-
time bash var/mk_wheel_multilinux.sh
-
time cpack -B ./installer .
...
...
@@ -162,9 +162,6 @@ windows:
-
$QTCMake_DIR = "$QT_MSVC_DIR/lib/cmake"
-
$PY_PLATFORM_DIR = "C:/Users/admin/.pyenv/pyenv-win/versions/3.11.5/"
-
$BUILD_DIR = "build"
# change the system PATH temporarily (needed for tests)
-
$env:PYTHONPATH += "$CI_PROJECT_DIR/build/lib"
-
$env:PATH = "$QT_MSVC_DIR/bin;$env:PATH"
# list powershell properties
-
echo "# Path '<$Env:Path>'"
-
echo "# PythonPath '<$Env:PYTHONPATH>'"
...
...
@@ -190,7 +187,10 @@ windows:
-
pwd
-
if($CI_PIPELINE_SOURCE -eq "schedule") { cmake --build . --target clean; echo "redundant target purge done" }
-
cmake --build . -j20 --config Release
-
ctest -C Release --parallel 20 --output-on-failure
-
|
$env:PYTHONPATH += "$CI_PROJECT_DIR/build/lib";
$env:PATH = "$QT_MSVC_DIR/bin;$env:PATH";
ctest -C Release --parallel 20 --output-on-failure
-
cpack -C Release -B ./installer .
artifacts
:
paths
:
...
...
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