Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexandre Janniaux
VLC
Commits
e5584225
Commit
e5584225
authored
Apr 17, 2020
by
Alexandre Janniaux
Browse files
gitlab-ci: add armv7 iOS CI
parent
6df1117f
Pipeline
#16705
failed with stage
in 112 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extras/ci/gitlab-ci.yml
View file @
e5584225
...
...
@@ -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
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment