2
0

Fix gradle build with missing local.properties.

This commit is contained in:
Maarten Billemont
2017-09-21 10:32:38 -04:00
parent 05a9ba46d0
commit 6e2289994c
5 changed files with 8 additions and 9 deletions

View File

@@ -6,6 +6,6 @@ git:
script:
- "( brew install libsodium json-c )"
- "( cd ./platform-independent/cli-c && ./clean && targets='mpw mpw-bench mpw-tests' ./build && ./mpw-tests && ./mpw-cli-tests )"
- "( cd ./gradle && ./gradlew test )"
- "( cd ./gradle && ./gradlew --stacktrace test )"
- "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword iOS' -sdk iphonesimulator )"
- "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword macOS' )"