mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
Add minimal test-modified-ports workflow. (#41954)
This commit is contained in:
parent
5f4628b89f
commit
a9b7601348
21
.github/workflows/test_modified_ports.yml
vendored
Normal file
21
.github/workflows/test_modified_ports.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: Test Modified Ports
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
jobs:
|
||||||
|
Windows:
|
||||||
|
runs-on:
|
||||||
|
- self-hosted
|
||||||
|
- "1ES.Pool=vcpkg-windows-wus"
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
# fetch-depth 50 tries to ensure we capture the whole history of the branch
|
||||||
|
fetch-depth: 50
|
||||||
|
|
||||||
|
- name: Bootstrap
|
||||||
|
run: ./bootstrap-vcpkg.sh
|
||||||
|
|
||||||
|
- name: Example
|
||||||
|
shell: pwsh
|
||||||
|
run: Write-Host 'Running on 1ES Hosted GitHub Runners'
|
Loading…
x
Reference in New Issue
Block a user