Skip to content

Commit

Permalink
Testing for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gummif committed Jul 14, 2021
1 parent 5822d39 commit 27b7da3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,12 @@ jobs:
echo "CPPZMQ=${PWD}/build" >> ${GITHUB_ENV}
- name: test
# for unknown reason no tests are found and run on windows
# could be something to do with catch_discover_tests not working?
run: |
cd ${{ env.CPPZMQ }}
echo ${{ env.CPPZMQ }}
ctest -V -C ${BUILDTYPE}
ctest -V -R "()"
- name: demo
# probably need to install libzmq and cppzmq for this to work on windows
if: ${{ matrix.os == 'ubuntu*' }}
Expand Down

0 comments on commit 27b7da3

Please sign in to comment.