mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-13 10:52:57 +01:00
Demo only on ubuntu
This commit is contained in:
parent
3696f50b39
commit
05d8f133d7
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -144,15 +144,11 @@ jobs:
|
||||
ctest -V -C ${BUILDTYPE}
|
||||
|
||||
- name: demo
|
||||
# probably need to install libzmq and cppzmq for this to work on windows
|
||||
if: ${{ matrix.os == 'ubuntu*' }}
|
||||
env:
|
||||
CMAKE_PREFIX_PATH: ${{ env.LIBZMQ }}:${{ env.CPPZMQ }}
|
||||
run: |
|
||||
if [[ ${{ matrix.os }} == windows* ]]; then
|
||||
DELIM=";"
|
||||
else
|
||||
DELIM=":"
|
||||
fi
|
||||
export CMAKE_PREFIX_PATH=${{ env.LIBZMQ }}${DELIM}${{ env.CPPZMQ }}
|
||||
cd demo
|
||||
cmake -H. -Bbuild ${{ matrix.platform}} \
|
||||
-DCMAKE_BUILD_TYPE=${BUILDTYPE} \
|
||||
|
Loading…
Reference in New Issue
Block a user