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
f6fe3c9f
Commit
f6fe3c9f
authored
3 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
Mac,Win: retry concat
parent
5704d037
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!773
new mechanism to steer simulation size in examples and tests, based on command-line argument sim_n
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-9
13 additions, 9 deletions
.gitlab-ci.yml
with
13 additions
and
9 deletions
.gitlab-ci.yml
+
13
−
9
View file @
f6fe3c9f
...
...
@@ -10,10 +10,8 @@ native_Debian_clang:
-
clang --version
stage
:
build
script
:
&native_scr
-
export PYTHONPATH=$CI_PROJECT_DIR/build/lib
-
echo PYTHONPATH_FOLLOWS
-
echo $PYTHONPATH
-
pwd
-
export PYTHONPATH=$CI_PROJECT_DIR/build/lib
-
mkdir build
-
cd build
-
cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DBA_PY_PACKAGE=ON
#-DWERROR=ON
...
...
@@ -32,8 +30,10 @@ mac10_15:
-
macbuild3
stage
:
build
script
:
-
export PYTHONPATH=$CI_PROJECT_DIR/build/lib
-
echo PYTHONPATH_FOLLOWS
-
echo PYTHONPATH1_FOLLOWS
-
echo $PYTHONPATH
-
export PYTHONPATH=$CI_PROJECT_DIR/build/lib:$PYTHONPATH
-
echo PYTHONPATH2_FOLLOWS
-
echo $PYTHONPATH
-
mkdir build
-
cd build
...
...
@@ -54,8 +54,10 @@ mac12_2:
-
scgmac4
stage
:
build
script
:
-
export PYTHONPATH=$CI_PROJECT_DIR/build/lib
-
echo PYTHONPATH_FOLLOWS
-
echo PYTHONPATH1_FOLLOWS
-
echo $PYTHONPATH
-
export PYTHONPATH=$CI_PROJECT_DIR/build/lib:$PYTHONPATH
-
echo PYTHONPATH2_FOLLOWS
-
echo $PYTHONPATH
-
mkdir build
-
cd build
...
...
@@ -94,9 +96,11 @@ windows:
-
$QT_MSVC_DIR = "C:/Qt/msvc"
-
$QTCMake_DIR = "$QT_MSVC_DIR/lib/cmake"
-
$BUILD_DIR = "build"
-
echo PYTHONPATH1_FOLLOWS
-
echo "# Pythonpath1 <$Env:PYTHONPATH>"
-
$PYTHONPATH="$CI_PROJECT_DIR/build/lib:$PYTHONPATH"
-
echo PYTHONPATH_FOLLOWS
-
echo "# Pythonpath <$Env:PYTHONPATH>"
-
echo PYTHONPATH
2
_FOLLOWS
-
echo "# Pythonpath
2
<$Env:PYTHONPATH>"
# list powershell properties
-
echo "# Path <$Env:Path>"
-
echo "# Powershell <$PSHOME>`n PS Profile <$PROFILE>`n PS Command-Path <$PSCOMMANDPATH>"
...
...
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