mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-13 10:52:57 +01:00
Testing for windows
This commit is contained in:
parent
5822d39c51
commit
27b7da3eb8
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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*' }}
|
||||
|
Loading…
Reference in New Issue
Block a user