mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 06:35:03 +01:00
Restore "arm-linux-gnueabi- (make)" test since config/Linux does not add
-m64 anymore. Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
6fdb6aa579
commit
93f7fbfc16
@ -54,10 +54,9 @@ matrix:
|
||||
- ./configure --everything --config=Linux-clang && make -s -j2
|
||||
- travis_wait 30 ./travis/runtests.sh
|
||||
|
||||
#FIXME the -m64 option bring by the Linux config is not supported by arm-linux-gnueabi-g++ which makes this test failing
|
||||
#FIXME - env: TEST_NAME="arm-linux-gnueabi- (make)"
|
||||
#FIXME script:
|
||||
#FIXME - ./configure --omit=Data/ODBC,Data/MySQL,Crypto,NetSSL,PageCompiler && make -s -j2 CROSS_COMPILE=arm-linux-gnueabi- POCO_TARGET_OSARCH=armv7l
|
||||
- env: TEST_NAME="arm-linux-gnueabi- (make)"
|
||||
script:
|
||||
- ./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)"
|
||||
compiler: gcc
|
||||
|
Loading…
x
Reference in New Issue
Block a user