[Scummvm-git-logs] scummvm master -> 5e6fe0cdafad1e73ac376b3addbeea34d6bbcbed
SupSuper
supsuper at gmail.com
Fri Dec 11 20:14:32 UTC 2020
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
35a2819423 CI: Update vcpkg
51068ae6a0 CI: Update obsolete libs url
5e6fe0cdaf CI: Fix obsolete env commands
Commit: 35a28194235964a14c1dcbe78bd54379752ef4e9
https://github.com/scummvm/scummvm/commit/35a28194235964a14c1dcbe78bd54379752ef4e9
Author: SupSuper (supsuper at gmail.com)
Date: 2020-12-11T20:13:23Z
Commit Message:
CI: Update vcpkg
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 30b374f6ef..241b086e2f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,10 +39,10 @@ jobs:
- uses: ilammy/setup-nasm at v1
if: ${{ matrix.useNasm }} == 'true'
- name: Install vcpkg and packages
- uses: lukka/run-vcpkg at v2
+ uses: lukka/run-vcpkg at v6
id: runvcpkg
with:
- vcpkgGitCommitId: 2f7a104d4d6f1f3790db929f85a4086aa6973d7f
+ vcpkgGitCommitId: 0bf3923f9fab4001c00f0f429682a0853b5749e0
vcpkgTriplet: '${{ matrix.triplet }}'
vcpkgArguments: '${{ matrix.vcpkgPackages }}'
# - name: Upload libs
Commit: 51068ae6a04d25780538e6b4b122471030812681
https://github.com/scummvm/scummvm/commit/51068ae6a04d25780538e6b4b122471030812681
Author: SupSuper (supsuper at gmail.com)
Date: 2020-12-11T20:13:23Z
Commit Message:
CI: Update obsolete libs url
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 241b086e2f..fb0d4d4dea 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -107,7 +107,7 @@ jobs:
- platform: ios7
buildFlags: -scheme ScummVM-iOS CODE_SIGN_IDENTITY="" CODE_SIGNING_ALLOWED=NO
configFlags: --disable-nasm --disable-opengl --disable-theora --disable-taskbar --disable-tts --disable-fribidi
- packagesUrl: https://www.scummvm.org/frs/build/scummvm-ios7-libs-v2.zip
+ packagesUrl: https://downloads.scummvm.org/frs/build/scummvm-ios7-libs-v2.zip
steps:
- name: Checkout
uses: actions/checkout at v2
Commit: 5e6fe0cdafad1e73ac376b3addbeea34d6bbcbed
https://github.com/scummvm/scummvm/commit/5e6fe0cdafad1e73ac376b3addbeea34d6bbcbed
Author: SupSuper (supsuper at gmail.com)
Date: 2020-12-11T20:13:24Z
Commit Message:
CI: Fix obsolete env commands
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fb0d4d4dea..201f1ab876 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -65,9 +65,9 @@ jobs:
ls
- name: set SCUMMVM_LIBS env variable
run: |
- echo "::set-env name=SCUMMVM_LIBS::${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}\\installed\\${{ matrix.triplet }}"
+ echo "SCUMMVM_LIBS=${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}\\installed\\${{ matrix.triplet }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: Add msbuild to PATH
- uses: microsoft/setup-msbuild at v1.0.0
+ uses: microsoft/setup-msbuild at v1.0.2
- name: Build scummvm
run: |
cd build-scummvm
More information about the Scummvm-git-logs
mailing list