Some tweaks for Travis.
This commit is contained in:
parent
cecaf1b5cc
commit
1c17b84dcf
@ -6,6 +6,6 @@ git:
|
|||||||
script:
|
script:
|
||||||
- "( brew install libsodium json-c )"
|
- "( brew install libsodium json-c )"
|
||||||
- "( cd ./platform-independent/cli-c && ./clean && targets='mpw mpw-bench mpw-tests' ./build && ./mpw-tests && ./mpw-cli-tests )"
|
- "( cd ./platform-independent/cli-c && ./clean && targets='mpw mpw-bench mpw-tests' ./build && ./mpw-tests && ./mpw-cli-tests )"
|
||||||
- "( cd ./gradle && ./gradlew --stacktrace test )"
|
- "( cd ./gradle && ./gradlew --stacktrace clean test )"
|
||||||
- "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword iOS' -sdk iphonesimulator )"
|
- "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword iOS' -sdk iphonesimulator )"
|
||||||
- "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword macOS' )"
|
- "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword macOS' )"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<logger name="com.lyndir" level="${mp.log.level:-TRACE}" />
|
<logger name="com.lyndir" level="${mp.log.level:-TRACE}" />
|
||||||
|
|
||||||
<root level="TRACE">
|
<root level="INFO">
|
||||||
<appender-ref ref="stdout" />
|
<appender-ref ref="stdout" />
|
||||||
</root>
|
</root>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user