mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
remove unused stuff
This commit is contained in:
@@ -184,7 +184,7 @@ jobs:
|
|||||||
- unixodbc-dev
|
- unixodbc-dev
|
||||||
- libmysqlclient-dev
|
- libmysqlclient-dev
|
||||||
script:
|
script:
|
||||||
- cmake -H. -Bcmake-build -GNinja -DENABLE_PDF=OFF -DENABLE_TESTS=ON && cmake --build cmake-build --target all && cd cmake-build && sudo -s PWD=`pwd` PATH=$PWD/cmake-3.5.1-Linux-x86_64/bin:$PATH ctest --output-on-failure -E "(DataMySQL)|(DataODBC)"
|
- cmake -H. -Bcmake-build -GNinja -DENABLE_PDF=OFF -DENABLE_TESTS=ON && cmake --build cmake-build --target all && cd cmake-build && sudo -s PWD=`pwd` ctest --output-on-failure -E "(DataMySQL)|(DataODBC)"
|
||||||
|
|
||||||
- name: Linux (clang, cmake)
|
- name: Linux (clang, cmake)
|
||||||
os: linux
|
os: linux
|
||||||
@@ -200,7 +200,7 @@ jobs:
|
|||||||
- unixodbc-dev
|
- unixodbc-dev
|
||||||
- libmysqlclient-dev
|
- libmysqlclient-dev
|
||||||
script:
|
script:
|
||||||
- cmake -H. -Bcmake-build -GNinja -DENABLE_PDF=OFF -DENABLE_TESTS=ON && cmake --build cmake-build --target all && cd cmake-build && sudo -s PWD=`pwd` PATH=$PWD/cmake-3.5.1-Linux-x86_64/bin:$PATH ctest --output-on-failure -E "(DataMySQL)|(DataODBC)"
|
- cmake -H. -Bcmake-build -GNinja -DENABLE_PDF=OFF -DENABLE_TESTS=ON && cmake --build cmake-build --target all && cd cmake-build && sudo -s PWD=`pwd` ctest --output-on-failure -E "(DataMySQL)|(DataODBC)"
|
||||||
|
|
||||||
- name: Linux cross (arm-linux-gnueabi-g++, cmake)
|
- name: Linux cross (arm-linux-gnueabi-g++, cmake)
|
||||||
os: linux
|
os: linux
|
||||||
|
|||||||
Reference in New Issue
Block a user