1
0
mirror of https://github.com/eclipse/paho.mqtt.cpp.git synced 2025-05-09 03:11:23 +08:00

Updated the CI to remove the CppUnit tests

This commit is contained in:
fpagliughi 2020-10-25 01:28:18 -04:00
parent b20494c10a
commit 77a0455ebb
2 changed files with 1 additions and 11 deletions

View File

@ -17,7 +17,6 @@ addons:
- sourceline: 'ppa:mosquitto-dev/mosquitto-ppa'
packages:
- cppcheck
- libcppunit-dev
- git
- cmake
- cmake-data
@ -36,7 +35,6 @@ matrix:
packages:
- g++-5
- cppcheck
- libcppunit-dev
- git
- cmake
- cmake-data
@ -53,7 +51,6 @@ matrix:
packages:
- g++-6
- cppcheck
- libcppunit-dev
- git
- cmake
- cmake-data
@ -70,7 +67,6 @@ matrix:
packages:
- g++-7
- cppcheck
- libcppunit-dev
- git
- cmake
- cmake-data
@ -87,7 +83,6 @@ matrix:
packages:
- g++-8
- cppcheck
- libcppunit-dev
- git
- cmake
- cmake-data
@ -104,7 +99,6 @@ matrix:
packages:
- clang-3.9
- cppcheck
- libcppunit-dev
- git
- cmake
- cmake-data
@ -121,7 +115,6 @@ matrix:
packages:
- clang-4.0
- cppcheck
- libcppunit-dev
- git
- cmake
- cmake-data
@ -139,7 +132,6 @@ matrix:
packages:
- clang-7
- cppcheck
- libcppunit-dev
- git
- cmake
- cmake-data
@ -157,7 +149,6 @@ matrix:
packages:
- clang-8
- cppcheck
- libcppunit-dev
- git
- cmake
- cmake-data

View File

@ -16,7 +16,6 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then
# Run the unit tests
./build/test/unit/unit_tests # --success
./build/test/cppunit/paho-mqttpp-test
#ctest -VV --timeout 600
#cpack --verbose
@ -27,6 +26,6 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then
# Run the unit tests
./build/test/unit/unit_tests # --success
./build/test/cppunit/paho-mqttpp-test
fi