2014-01-26 16:57:57 +00:00
|
|
|
language: objective-c
|
2017-04-05 19:45:35 +00:00
|
|
|
osx_image: xcode8.3
|
2016-06-04 15:27:37 +00:00
|
|
|
env: TERM=dumb SHLVL=0
|
2014-10-23 03:10:07 +00:00
|
|
|
git:
|
|
|
|
submodules: true
|
2017-04-05 18:16:52 +00:00
|
|
|
script:
|
2017-08-13 15:02:05 +00:00
|
|
|
- "( brew install libsodium json-c )"
|
2017-08-29 16:06:40 +00:00
|
|
|
- "( cd ./platform-independent/cli-c && ./clean && targets='mpw mpw-bench mpw-tests' ./build && ./mpw-tests && ./mpw-cli-tests )"
|
2017-09-20 16:43:03 +00:00
|
|
|
- "( cd ./gradle && ./gradlew test )"
|
2017-04-06 14:20:26 +00:00
|
|
|
- "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword iOS' -sdk iphonesimulator )"
|
|
|
|
- "( xcodebuild -workspace platform-darwin/MasterPassword.xcworkspace -configuration 'Test' -scheme 'MasterPassword macOS' )"
|