Add windows to the CI (#98)

This commit is contained in:
Sebastián A 2023-03-13 17:29:10 -03:00 committed by GitHub
parent c09a9cfb06
commit 2f700a2738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -33,6 +33,20 @@ jobs:
run: |
make
windows-latest:
runs-on: windows-latest
steps:
- name: Clone
uses: actions/checkout@v1
- name: Build
run: |
mkdir build
cd build
cmake ..
cmake --build . --config Release
# ubuntu-latest-gcc:
# runs-on: ubuntu-latest
#