Skip to content
Snippets Groups Projects
Commit b07d1a3f authored by Alexandre Janniaux's avatar Alexandre Janniaux
Browse files

extras: ci: add iphonesimulator x86_64 job

Since the iphonesimulator build has been broken multiple time because of
cross-compilation miss-detection, add a job with same architecture as
the CI. It builds with iphonesimulator, which could also be useful for
running tests in the future.
parent b8975a20
No related branches found
No related tags found
Loading
......@@ -63,6 +63,12 @@ variables:
MAKEFLAGS: -j4
SDKNAME: iphoneos
.variables-ios-simulator-x86_64: &variables-ios-simulator-x86_64
VLC_PATH: /Users/videolanci/sandbox/bin
HOST_ARCH: x86_64
TRIPLET: $HOST_ARCH-apple-iphonesimulator
SDKNAME: iphonesimulator
.variables-android-arm: &variables-android-arm
ANDROID_ARCH: arm
TRIPLET: arm-linux-androideabi
......@@ -338,6 +344,10 @@ ios-armv7:
extends: .apple-os-common
variables: *variables-ios-armv7
ios-simulator-x86_64:
extends: .apple-os-common
variables: *variables-ios-simulator-x86_64
#
# Android
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment