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: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: configure - name: configure
run: cmake CMakeLists.txt --config Release run: cmake CMakeLists.txt
- name: build - name: build
run: cmake --build . run: cmake --build . --config Release
- name: test - name: test
run: | run: |
cd bin\Release cd bin\Release