Skip to content

Commit

Permalink
Add windows msvc support
Browse files Browse the repository at this point in the history
Closes #34
  • Loading branch information
jbaldwin committed Nov 25, 2023
1 parent 74d2124 commit 5229eae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,19 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: build-debug-g++/libcappuccino_tests.info
build-windows-2022:
name: windows-2022
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: build-release-cl
run: |
mkdir build-release-cl
cd build-release-cl
cmake ..
cmake --build . --config Release
- name: test-release-cl
run: |
cd build-release-cl
ctest -VV

0 comments on commit 5229eae

Please sign in to comment.