mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-11-03 19:40:37 +01:00 
			
		
		
		
	@@ -40,7 +40,7 @@ matrix:
 | 
			
		||||
      os: osx
 | 
			
		||||
      script:
 | 
			
		||||
        - ./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"
 | 
			
		||||
      compiler: gcc
 | 
			
		||||
 
 | 
			
		||||
@@ -106,7 +106,7 @@ build_script:
 | 
			
		||||
before_test:
 | 
			
		||||
  - set PATH=%CD%\bin;%PATH%
 | 
			
		||||
  - set PATH=%CD%\bin64;%PATH%
 | 
			
		||||
  - set EXCLUDE_TESTS=Data/ODBC Data/MySQL PDF
 | 
			
		||||
  - set EXCLUDE_TESTS=Data/ODBC,Data/MySQL,PDF
 | 
			
		||||
 | 
			
		||||
after_test:
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -143,6 +143,7 @@ if "%BUILD_TOOL%"=="msbuild" (
 | 
			
		||||
  set BUILD_TOOL_FLAGS=%BUILD_TOOL_FLAGS% /nologo /v:%VERBOSITY%
 | 
			
		||||
  if not %LOGGER%X==X (
 | 
			
		||||
     set BUILD_TOOL_FLAGS=%BUILD_TOOL_FLAGS% /logger:%LOGGER%
 | 
			
		||||
     set BUILD_TOOL_FLAGS=%BUILD_TOOL_FLAGS% /nologo /v:%VERBOSITY%
 | 
			
		||||
  )
 | 
			
		||||
)
 | 
			
		||||
if not "%BUILD_TOOL%"=="msbuild" (
 | 
			
		||||
 
 | 
			
		||||
@@ -15,4 +15,4 @@ export CPPUNIT_IGNORE="\
 | 
			
		||||
export EXCLUDE_TESTS="Data/MySQL Data/ODBC MongoDB PDF"
 | 
			
		||||
export PATH=$PATH:.
 | 
			
		||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
 | 
			
		||||
build/script/runtests.sh %1
 | 
			
		||||
build/script/runtests.sh
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user