pull/3098/head
Kim Kulling 2020-03-30 21:41:03 +02:00 committed by GitHub
parent c2cbac979e
commit bb046a3f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: configure
run: cmake CMakeLists.txt --config Release
run: cmake CMakeLists.txt
- name: build
run: cmake --build .
run: cmake --build . --config Release
- name: test
run: |
cd bin\Release