Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
CI: Use a newer aarch64 image
· 352c0263
Konstantin Pavlov
authored
Jul 16, 2019
It now includes pkg-config, so lavf can be detected.
352c0263
CI: Bump macos target to darwin18
· bd8a88be
Konstantin Pavlov
authored
Jul 16, 2019
bd8a88be
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bd8a88be
...
...
@@ -28,7 +28,7 @@ stages:
_WRAPPER
:
"
wine64"
.variables-macos
:
&variables-macos
_TRIPLET
:
"
x86_64-apple-darwin1
7
"
_TRIPLET
:
"
x86_64-apple-darwin1
8
"
_PLATFORMSUFFIX
:
"
"
_PATH
:
"
macos-x86_64"
_WRAPPER
:
"
"
...
...
@@ -63,7 +63,7 @@ build-debian-amd64:
build-debian-aarch64
:
extends
:
.build
image
:
registry.videolan.org/x264-debian-unstable-aarch64:20190
405100031
image
:
registry.videolan.org/x264-debian-unstable-aarch64:20190
716192245
tags
:
-
docker
-
aarch64
...
...
@@ -95,7 +95,6 @@ build-macos:
-
macos
script
:
|
set -x
export PATH="$HOME/local/bin/:/usr/local/bin/:$PATH"
curl -O https://nightlies.videolan.org/build/contribs/vlc-contrib-${_TRIPLET}-latest.tar.bz2
bunzip2 vlc-contrib-${_TRIPLET}-latest.tar.bz2
tar xvf vlc-contrib-${_TRIPLET}-latest.tar
...
...