Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
RadioObservatory
LOFAR
Merge requests
!1192
TMSS-2827
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TMSS-2827
TMSS-2827
into
master
Overview
0
Commits
13
Pipelines
0
Changes
345+
Merged
Jorrit Schaap
requested to merge
TMSS-2827
into
master
1 year ago
Overview
0
Commits
13
Pipelines
0
Changes
1
Expand
Closes
TMSS-2827
1
0
Merge request reports
Compare
version 4
version 5
e6b15694
1 year ago
version 4
c3e20cdb
1 year ago
version 3
7b81c790
1 year ago
version 2
f7b2be35
1 year ago
version 1
b65e6c8a
1 year ago
master (base)
and
version 5
latest version
2781d6e5
13 commits,
1 year ago
version 5
e6b15694
12 commits,
1 year ago
version 4
c3e20cdb
11 commits,
1 year ago
version 3
7b81c790
10 commits,
1 year ago
version 2
f7b2be35
6 commits,
1 year ago
version 1
b65e6c8a
3 commits,
1 year ago
Show latest version
1 file
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
5
−
0
Options
@@ -204,6 +204,7 @@ build_MCU_MAC:
script
:
-
*build_mac_package
interruptible
:
true
allow_failure
:
true
needs
:
-
prepare_ci_mac_docker_image
artifacts
:
@@ -219,6 +220,7 @@ build_LCU_MAC:
script
:
-
*build_mac_package
interruptible
:
true
allow_failure
:
true
needs
:
-
prepare_ci_mac_docker_image
artifacts
:
@@ -234,6 +236,7 @@ build_CCU_MAC:
script
:
-
*build_mac_package
interruptible
:
true
allow_failure
:
true
needs
:
-
prepare_ci_mac_docker_image
artifacts
:
@@ -249,6 +252,7 @@ build_ST_MAC:
script
:
-
*build_mac_package
interruptible
:
true
allow_failure
:
true
needs
:
-
prepare_ci_mac_docker_image
artifacts
:
@@ -268,6 +272,7 @@ build_Docker:
-
make -j $(nproc)
-
make install
# this puts Dockerfile and dependencies like rc files in a place that can be used as build context
interruptible
:
true
allow_failure
:
true
needs
:
-
prepare_ci_mac_docker_image
artifacts
:
Loading