[vlc-commits] [Git][videolan/vlc][master] CI/appleOS: use tools available on the runner

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Apr 9 11:20:44 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
27948cbf by Felix Paul Kühne at 2022-04-09T09:25:29+00:00
CI/appleOS: use tools available on the runner

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -374,6 +374,7 @@ raspbian-arm:
         else
             EXTRA_BUILD_FLAGS="${EXTRA_BUILD_FLAGS} -c -p"
         fi
+        export PATH="${VLC_PATH}:$PATH"
         mkdir build && cd build
         ../extras/package/macosx/build.sh $EXTRA_BUILD_FLAGS $NIGHTLY_EXTRA_BUILD_FLAGS -a $HOST_ARCH
 
@@ -415,6 +416,7 @@ nightly-macos-arm64:
         - amd64
         - catalina
     script: |
+        export PATH="${VLC_PATH}:$PATH"
         mkdir build && cd build
         if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
             ../extras/package/apple/build.sh --sdk=$SDKNAME --arch=$HOST_ARCH \



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/27948cbf566a6f06f92b9ac354c69fb80fe0e019

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/27948cbf566a6f06f92b9ac354c69fb80fe0e019
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list