Select releyase config

pull/3098/head
Kim Kulling 2020-03-30 21:10:23 +02:00 committed by GitHub
parent 6bae5e2a40
commit c2cbac979e
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,10 +37,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: configure
run: cmake CMakeLists.txt
run: cmake CMakeLists.txt --config Release
- name: build
run: cmake --build .
- name: test
run: |
cd bin
cd bin\Release
.\unit