mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 02:22:57 +01:00
omit PageCompiler from arm build
This commit is contained in:
parent
8769ef01bc
commit
b2276e7f7e
@ -33,7 +33,7 @@ matrix:
|
|||||||
|
|
||||||
- env: TEST_NAME="arm-linux-gnueabi- (make)"
|
- env: TEST_NAME="arm-linux-gnueabi- (make)"
|
||||||
script:
|
script:
|
||||||
- ./configure --omit=Data/ODBC,Data/MySQL,Crypto,NetSSL && make -s -j2 CROSS_COMPILE=arm-linux-gnueabi- POCO_TARGET_OSARCH=armv7l
|
- ./configure --omit=Data/ODBC,Data/MySQL,Crypto,NetSSL,PageCompiler && make -s -j2 CROSS_COMPILE=arm-linux-gnueabi- POCO_TARGET_OSARCH=armv7l
|
||||||
|
|
||||||
- env: TEST_NAME="gcc (CMake)"
|
- env: TEST_NAME="gcc (CMake)"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
Loading…
Reference in New Issue
Block a user