Skip to content

Commit

Permalink
make new env variable for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed May 12, 2022
1 parent aefb8b5 commit cd98930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
name: ${{ matrix.os-name }} (${{ matrix.triplet }})
env:
PACKAGES: qt5-base qt5-tools ffmpeg[x264,x265,modplug,vorbis,opus,webp,vpx,gpl,version3,mp3lame,theora] portaudio openimageio opencolorio opentimelineio
DEPLOY_PACKAGES: qt5-base qt5-tools ffmpeg portaudio openimageio opencolorio opentimelineio
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -78,7 +79,6 @@ jobs:
- name: Build from vcpkg
shell: bash
run: |
$VCPKG_ROOT/vcpkg install --clean-after-build --overlay-ports $GITHUB_WORKSPACE/ports opentimelineio
$VCPKG_ROOT/vcpkg install --clean-after-build --overlay-ports $GITHUB_WORKSPACE/ports $PACKAGES
- name: Deploy
Expand All @@ -91,7 +91,7 @@ jobs:
TRAVIS_COMMIT: ${{ github.sha }}
run: |
cd $VCPKG_ROOT
vcpkg export $PACKAGES --zip
vcpkg export $DEPLOY_PACKAGES --zip
OUTPUT_FILE=olive-dep-$VCPKG_DEFAULT_TRIPLET.zip
mv vcpkg-export-*.zip $OUTPUT_FILE
$DOWNLOAD_TOOL https://github.com/probonopd/uploadtool/raw/master/upload.sh
Expand Down

0 comments on commit cd98930

Please sign in to comment.