add windows build

pull/3098/head
Kim Kulling 2020-03-29 18:39:55 +02:00 committed by GitHub
parent b6b3b39bb3
commit cdc580b947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -30,3 +30,15 @@ jobs:
run: cmake --build .
- name: test
run: cd bin && ./unit
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: configure
run: cmake CMakeLists.txt
- name: build
run: cmake --build .
- name: test
run: cd bin && ./unit