Add windows to the CI

This commit is contained in:
Sebastián Aedo 2023-03-13 15:31:15 -03:00
parent 7ec903d3c1
commit b5ae4eb92d

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
#