Merge branch 'master' into master

pull/3111/head
György Straub 2020-03-31 14:09:13 +01:00 committed by GitHub
commit 773107b015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -30,3 +30,17 @@ jobs:
run: cmake --build . run: cmake --build .
- name: test - name: test
run: cd bin && ./unit 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 . --config Release
- name: test
run: |
cd bin\Release
.\unit