Skip to content

Commit

Permalink
tests for PR lukka/run-vcpkg#126
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Jan 30, 2022
1 parent 6a157ea commit b464ff0
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hosted-advanced-dump-logs.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Run vcpkg and dump its failure log
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@fixes
with:
vcpkgArguments: '${{ matrix.vcpkgPackages }}'
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Restore artifacts, or Run vcpkg, build and cache artifacts
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
vcpkgArguments: '${{ matrix.vcpkgPackages }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-advanced-overlay.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
filter: ^VCPKG.*
- name: Restore artifacts, run vcpkg using overlays
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
vcpkgArguments: '@${{ env.VCPKGRESPONSEFILE }} @${{ env.VCPKGRESPONSEFILE_FOR_OVERLAYS }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-advanced-setup-vcpkg-manifest.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Restore artifacts, or setup vcpkg (do not install any package)
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
setupOnly: true
Expand Down
Expand Up @@ -39,7 +39,7 @@ jobs:
VCPKG_DEST_WIN: C:\qbt_tools\vcpkg
filter: ^VCPKG.*
- name: Restore artifacts, or setup vcpkg (do not install any package)
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
setupOnly: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-advanced-setup-vcpkg.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
filter: ^VCPKG.*
- name: Restore artifacts, or setup vcpkg (do not install any package)
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
setupOnly: true
Expand Down
Expand Up @@ -35,7 +35,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Restore artifacts, or setup vcpkg (do not install any package)
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
setupOnly: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-advanced.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Restore artifacts, or Run vcpkg, build and cache artifacts
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
vcpkgArguments: '${{ matrix.vcpkgPackages }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-basic-cache-submod_vcpkg.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Restore artifacts, or run vcpkg, build and cache artifacts
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
vcpkgArguments: '@${{ env.VCPKGRESPONSEFILE }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-basic.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Restore artifacts, or run vcpkg, build and cache artifacts
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
vcpkgArguments: '${{ matrix.vcpkgPackages }}'
Expand Down
Expand Up @@ -38,7 +38,7 @@ jobs:
run: find $RUNNER_WORKSPACE
shell: bash
- name: Restore artifacts, run vcpkg, build and cache artifacts
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
vcpkgArguments: '@${{ env.VCPKGRESPONSEFILE }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
run: gci -recurse ${{ runner.workspace }}
if: contains( runner.os, 'windows')
- name: Run vcpkg and cache artifacts
uses: lukka/run-vcpkg@main
uses: lukka/run-vcpkg@fixes
id: runvcpkg
with:
vcpkgArguments: '@${{ github.workspace }}/cmakesettingsjson/vcpkg_x64.txt --triplet ${{ matrix.triplet }}'
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,2 +1,5 @@
.vscode/
build
builds
.DS_Store
vcpkg_installed
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 5335 files

0 comments on commit b464ff0

Please sign in to comment.