mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 21:13:10 +01:00
Dump Crypto/guild/tmp/linkCryptoLinux64DebugSharedLibrary/*
This commit is contained in:
@@ -51,6 +51,7 @@ matrix:
|
||||
script:
|
||||
- chmod 777 ./gradle/bin/gradle
|
||||
- ./gradle/bin/gradle --console=plain -g travis -c travis/settings.gradle poco check -Ptest=-all
|
||||
- cat Crypto/guild/tmp/linkCryptoLinux64DebugSharedLibrary/*
|
||||
|
||||
- env: TEST_NAME="android API level 19"
|
||||
language: android
|
||||
|
||||
@@ -59,10 +59,12 @@ model {
|
||||
}
|
||||
testSuites {
|
||||
FoundationTestSuite(org.gradle.nativeplatform.test.cppunit.CppUnitTestSuiteSpec) {
|
||||
testing $.components.TestSuite
|
||||
testing $.components.TestSuite
|
||||
}
|
||||
}
|
||||
binaries {
|
||||
binaries {
|
||||
all {
|
||||
}
|
||||
withType(org.gradle.nativeplatform.test.cppunit.CppUnitTestSuiteBinarySpec) {
|
||||
lib project: ':CppUnit', library: 'CppUnit', linkage: 'shared'
|
||||
lib library: 'TestLibrary', linkage: 'shared'
|
||||
|
||||
Reference in New Issue
Block a user