CI: Bump vcpkg
This commit is contained in:
parent
eddcbbe2c8
commit
1500eeed03
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
uses: lukka/run-vcpkg@v11
|
uses: lukka/run-vcpkg@v11
|
||||||
id: runvcpkg
|
id: runvcpkg
|
||||||
with:
|
with:
|
||||||
vcpkgGitCommitId: 5a101fc741f41cf05e13fe660168d32c516fb658
|
vcpkgGitCommitId: 662dbb50e63af15baa2909b7eac5b1b87e86a0aa
|
||||||
- name: Integrate vcpkg
|
- name: Integrate vcpkg
|
||||||
run: |
|
run: |
|
||||||
${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}/vcpkg integrate install
|
${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}/vcpkg integrate install
|
||||||
|
@ -59,7 +59,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir build-scummvm
|
mkdir build-scummvm
|
||||||
cd build-scummvm
|
cd build-scummvm
|
||||||
../devtools/create_project/cmake/Debug/create_project.exe .. --msvc --vcpkg --enable-all-engines ${{ matrix.configflags }}
|
../devtools/create_project/cmake/Debug/create_project.exe .. --msvc --vcpkg --enable-all-engines ${{ matrix.configFlags }}
|
||||||
ls
|
ls
|
||||||
- name: Add msbuild to PATH
|
- name: Add msbuild to PATH
|
||||||
uses: microsoft/setup-msbuild@v1.1.3
|
uses: microsoft/setup-msbuild@v1.1.3
|
||||||
|
@ -130,7 +130,7 @@ jobs:
|
||||||
cd ../../../
|
cd ../../../
|
||||||
- name: Call create_project
|
- name: Call create_project
|
||||||
run: |
|
run: |
|
||||||
./devtools/create_project/xcode/build/Release/create_project . --xcode --enable-all-engines ${{ matrix.configflags }}
|
./devtools/create_project/xcode/build/Release/create_project . --xcode --enable-all-engines ${{ matrix.configFlags }}
|
||||||
ls
|
ls
|
||||||
- name: Build cache
|
- name: Build cache
|
||||||
uses: mikehardy/buildcache-action@v2
|
uses: mikehardy/buildcache-action@v2
|
||||||
|
@ -180,7 +180,7 @@ jobs:
|
||||||
max-size: 1G
|
max-size: 1G
|
||||||
- name: Call configure
|
- name: Call configure
|
||||||
run: |
|
run: |
|
||||||
CXX='${{ matrix.cxx }}' ./configure --enable-all-engines ${{ matrix.configflags }}
|
CXX='${{ matrix.cxx }}' ./configure --enable-all-engines ${{ matrix.configFlags }}
|
||||||
- name: Build scummvm
|
- name: Build scummvm
|
||||||
run: |
|
run: |
|
||||||
make -j2
|
make -j2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue