Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
452
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
972a70d6
Commit
972a70d6
authored
4 years ago
by
Alexandre Janniaux
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci: add armv7 iOS CI
parent
90a3b827
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#16831
passed with stage
Stage:
in 55 minutes and 40 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/ci/gitlab-ci.yml
+10
-0
10 additions, 0 deletions
extras/ci/gitlab-ci.yml
with
10 additions
and
0 deletions
extras/ci/gitlab-ci.yml
+
10
−
0
View file @
972a70d6
...
...
@@ -60,6 +60,12 @@ variables:
TRIPLET
:
$HOST_ARCH-apple-iphoneos
MAKEFLAGS
:
-j4
.variables-ios-armv7
:
&variables-ios-armv7
VLC_PATH
:
/Users/videolanci/sandbox/bin
HOST_ARCH
:
armv7
TRIPLET
:
$HOST_ARCH-apple-iphoneos
MAKEFLAGS
:
-j4
.variables-android-arm
:
&variables-android-arm
ANDROID_ARCH
:
arm
TRIPLET
:
arm-linux-androideabi
...
...
@@ -317,6 +323,10 @@ ios-arm64:
extends
:
.ios-common
variables
:
*variables-ios-arm64
ios-armv7
:
extends
:
.ios-common
variables
:
*variables-ios-armv7
#
# Android
#
...
...
This diff is collapsed.
Click to expand it.
Alexandre Janniaux
@alexandre-janniaux
mentioned in issue
#24678 (closed)
·
4 years ago
mentioned in issue
#24678 (closed)
mentioned in issue #24678
Toggle commit list
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