Add windows to the CI (#98)

pull/115/head
Sebastián A 1 year ago committed by GitHub
parent c09a9cfb06
commit 2f700a2738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
#

Loading…
Cancel
Save