mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
try ctest action
This commit is contained in:
parent
44cb4380cf
commit
dca44444c3
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -294,9 +294,10 @@ jobs:
|
||||
# TODO: remove if the above issue gets resolved
|
||||
- name: Test Windows
|
||||
if: matrix.env.ninja_platform == 'win'
|
||||
run: |
|
||||
cd build/release
|
||||
ninja check --verbose
|
||||
uses: HorstBaerbel/action-ctest@1.1
|
||||
with:
|
||||
sourcedir: '.'
|
||||
builddir: 'build'
|
||||
|
||||
publish:
|
||||
# https://github.com/marvinpinto/actions/issues/177
|
||||
|
Loading…
Reference in New Issue
Block a user