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
02e0daa4
Commit
02e0daa4
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
CI restore normal functioning
parent
52a2dee1
No related branches found
No related tags found
1 merge request
!1718
Webdoc: Repair display of figures and scripts; was broken by CMake idiosyncrasy
Pipeline
#103471
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-10
10 additions, 10 deletions
.gitlab-ci.yml
with
10 additions
and
10 deletions
.gitlab-ci.yml
+
10
−
10
View file @
02e0daa4
...
@@ -6,8 +6,8 @@ variables:
...
@@ -6,8 +6,8 @@ variables:
GIT_DEPTH
:
"
1"
GIT_DEPTH
:
"
1"
native_Debian_clang
:
native_Debian_clang
:
#
tags: &native
tags
:
&native
#
- Debian
-
Debian
before_script
:
&debian_clang
before_script
:
&debian_clang
-
pwd
-
pwd
-
export CC=gcc; export CXX=g++
-
export CC=gcc; export CXX=g++
...
@@ -35,8 +35,8 @@ native_Debian_clang:
...
@@ -35,8 +35,8 @@ native_Debian_clang:
expire_in
:
10 days
expire_in
:
10 days
versiondocs
:
versiondocs
:
#
rules:
rules
:
#
- if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'
-
if
:
'
$CI_COMMIT_REF_NAME
==
$CI_DEFAULT_BRANCH'
tags
:
tags
:
-
www
-
www
before_script
:
*debian_clang
before_script
:
*debian_clang
...
@@ -52,8 +52,8 @@ versiondocs:
...
@@ -52,8 +52,8 @@ versiondocs:
-
cp -r ../hugo/public ~www/ba/git-main/hugo-public
-
cp -r ../hugo/public ~www/ba/git-main/hugo-public
mac_x64
:
mac_x64
:
#
tags:
tags
:
#
- mac_x64
-
mac_x64
stage
:
build
stage
:
build
before_script
:
before_script
:
# obtain nr of logical CPUs via `sysctl hw.logicalcpu`
# obtain nr of logical CPUs via `sysctl hw.logicalcpu`
...
@@ -77,8 +77,8 @@ mac_x64:
...
@@ -77,8 +77,8 @@ mac_x64:
expire_in
:
10 days
expire_in
:
10 days
mac_arm
:
mac_arm
:
#
tags:
tags
:
#
- mac_arm
-
mac_arm
stage
:
build
stage
:
build
before_script
:
before_script
:
-
QTDIR="/opt/homebrew/opt/qt"
-
QTDIR="/opt/homebrew/opt/qt"
...
@@ -92,8 +92,8 @@ mac_arm:
...
@@ -92,8 +92,8 @@ mac_arm:
# C:\GitLab-Runner\gitlab-runner.exe exec shell --shell pwsh --builds-dir <gitlab build-dir> <job-name>
# C:\GitLab-Runner\gitlab-runner.exe exec shell --shell pwsh --builds-dir <gitlab build-dir> <job-name>
windows
:
windows
:
#
tags:
tags
:
#
- Windows
-
Windows
stage
:
build
stage
:
build
cache
:
cache
:
# key: build-cache
# key: build-cache
...
...
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