[x264-devel] [Git][videolan/x264][master] gitlab-ci: Remove the unused _PATH variable
Martin Storsjö
gitlab at videolan.org
Thu Jan 7 11:28:59 UTC 2021
Martin Storsjö pushed to branch master at VideoLAN / x264
Commits:
15e447f9 by Martin Storsjö at 2021-01-07T11:54:03+01:00
gitlab-ci: Remove the unused _PATH variable
It became unused in cde9a93319bea766a92e306d69059c76de970190.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -6,31 +6,26 @@ stages:
.variables-debian-amd64: &variables-debian-amd64
_TRIPLET: ""
_PLATFORMSUFFIX: ""
- _PATH: "debian-x86_64"
_WRAPPER: ""
.variables-debian-aarch64: &variables-debian-aarch64
_TRIPLET: ""
_PLATFORMSUFFIX: ""
- _PATH: "debian-aarch64"
_WRAPPER: ""
.variables-win32: &variables-win32
_TRIPLET: "i686-w64-mingw32"
_PLATFORMSUFFIX: ".exe"
- _PATH: "win32"
_WRAPPER: "wine"
.variables-win64: &variables-win64
_TRIPLET: "x86_64-w64-mingw32"
_PLATFORMSUFFIX: ".exe"
- _PATH: "win64"
_WRAPPER: "wine64"
.variables-macos: &variables-macos
_TRIPLET: "x86_64-apple-darwin18"
_PLATFORMSUFFIX: ""
- _PATH: "macos-x86_64"
_WRAPPER: ""
.build:
View it on GitLab: https://code.videolan.org/videolan/x264/-/commit/15e447f9b7b9c78fa89f373e3acb2438752a6b39
--
View it on GitLab: https://code.videolan.org/videolan/x264/-/commit/15e447f9b7b9c78fa89f373e3acb2438752a6b39
You're receiving this email because of your account on code.videolan.org.
More information about the x264-devel
mailing list