mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-07 22:40:53 +01:00
@@ -40,7 +40,7 @@ matrix:
|
|||||||
os: osx
|
os: osx
|
||||||
script:
|
script:
|
||||||
- ./configure --everything --omit=Data/ODBC,Data/MySQL,Data/SQLite && make install -s -j2
|
- ./configure --everything --omit=Data/ODBC,Data/MySQL,Data/SQLite && make install -s -j2
|
||||||
- ./travis/runtests.sh 64
|
- ./travis/runtests.sh
|
||||||
|
|
||||||
- env: TEST_NAME="Linux gcc (make) bundled"
|
- env: TEST_NAME="Linux gcc (make) bundled"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ build_script:
|
|||||||
before_test:
|
before_test:
|
||||||
- set PATH=%CD%\bin;%PATH%
|
- set PATH=%CD%\bin;%PATH%
|
||||||
- set PATH=%CD%\bin64;%PATH%
|
- set PATH=%CD%\bin64;%PATH%
|
||||||
- set EXCLUDE_TESTS=Data/ODBC Data/MySQL PDF
|
- set EXCLUDE_TESTS=Data/ODBC,Data/MySQL,PDF
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
|
|
||||||
|
|||||||
@@ -143,6 +143,7 @@ if "%BUILD_TOOL%"=="msbuild" (
|
|||||||
set BUILD_TOOL_FLAGS=%BUILD_TOOL_FLAGS% /nologo /v:%VERBOSITY%
|
set BUILD_TOOL_FLAGS=%BUILD_TOOL_FLAGS% /nologo /v:%VERBOSITY%
|
||||||
if not %LOGGER%X==X (
|
if not %LOGGER%X==X (
|
||||||
set BUILD_TOOL_FLAGS=%BUILD_TOOL_FLAGS% /logger:%LOGGER%
|
set BUILD_TOOL_FLAGS=%BUILD_TOOL_FLAGS% /logger:%LOGGER%
|
||||||
|
set BUILD_TOOL_FLAGS=%BUILD_TOOL_FLAGS% /nologo /v:%VERBOSITY%
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
if not "%BUILD_TOOL%"=="msbuild" (
|
if not "%BUILD_TOOL%"=="msbuild" (
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ export CPPUNIT_IGNORE="\
|
|||||||
export EXCLUDE_TESTS="Data/MySQL Data/ODBC MongoDB PDF"
|
export EXCLUDE_TESTS="Data/MySQL Data/ODBC MongoDB PDF"
|
||||||
export PATH=$PATH:.
|
export PATH=$PATH:.
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
|
||||||
build/script/runtests.sh %1
|
build/script/runtests.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user