Skip to content

Commit

Permalink
Add GHA for vcpkg integration
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Jan 31, 2024
1 parent 641b89a commit b00e88f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# os: [ubuntu-latest, windows-latest, macos-latest]
os: [ ubuntu-latest ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -35,7 +36,6 @@ jobs:
- name: Configure and build
working-directory: ./examples/cmake
run: |
vcpkg/vcpkg install
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE="vcpkg/scripts/buildsystems/vcpkg.cmake" -DVCPKG_OVERLAY_PORTS="../../ports"
cmake --build build
Expand All @@ -49,5 +49,4 @@ jobs:
working-directory: ./examples/cmake/build
if: matrix.os == 'windows-latest'
run: |
cd build
./realm_helloworld

0 comments on commit b00e88f

Please sign in to comment.