提交 08d7757d 编写于 作者: I Ian Craggs

Set directory for build packaging

上级 0245be75
......@@ -19,13 +19,11 @@ jobs:
echo "pwd $PWD"
cmake -DPAHO_BUILD_STATIC=FALSE -DPAHO_BUILD_SHARED=TRUE -DCMAKE_BUILD_TYPE=Debug -DPAHO_WITH_SSL=TRUE -DOPENSSL_ROOT_DIR= -DPAHO_BUILD_DOCUMENTATION=FALSE -DPAHO_BUILD_SAMPLES=TRUE -DPAHO_HIGH_PERFORMANCE=TRUE ..
cmake --build .
cd ..
- name: Start test broker
run: |
git clone https://github.com/eclipse/paho.mqtt.testing.git
cd paho.mqtt.testing/interoperability
python3 startbroker.py -c localhost_testing.conf &
cd ../..
- name: Start test proxy
run: |
python3 test/mqttsas.py &
......@@ -39,4 +37,5 @@ jobs:
sleep 3 # allow broker time to terminate and report
- name: package
run: |
cd build.paho
cpack --verbose
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册