Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Code
Merge requests
21
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexandre Janniaux
VLC
Merge requests
!49
extras: ci: compile check_PROGRAMS for darwin
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
extras: ci: compile check_PROGRAMS for darwin
ci-darwin-check-program/1
into
master
Overview
0
Commits
2
Pipelines
4
Changes
1
Closed
Alexandre Janniaux
requested to merge
ci-darwin-check-program/1
into
master
1 year ago
Overview
0
Commits
2
Pipelines
4
Changes
1
Expand
Even if the test are not run, compile the target since some of them are darwin-specific.
0
0
Merge request reports
Compare
master
version 1
04f1fb07
1 year ago
master (base)
and
latest version
latest version
5e4a35aa
2 commits,
1 year ago
version 1
04f1fb07
1 commit,
1 year ago
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
extras/ci/gitlab-ci.yml
+
2
−
0
Options
@@ -493,6 +493,8 @@ raspbian-arm:
export PATH="${VLC_PATH}:$PATH"
mkdir build && cd build
../extras/package/macosx/build.sh $EXTRA_BUILD_FLAGS $NIGHTLY_EXTRA_BUILD_FLAGS -a $HOST_ARCH -x
# At least compile every targets
make check TESTS=
macos-x86_64
:
extends
:
.macos-common
Loading