2
0

Update Travis to ensure mpw-tests is built.

This commit is contained in:
Maarten Billemont 2017-04-13 14:07:02 -04:00
parent 4c12f4af56
commit 2bdec415e9

View File

@ -5,6 +5,6 @@ git:
submodules: true submodules: true
script: script:
- "( brew install libsodium )" - "( brew install libsodium )"
- "( cd ./platform-independent/cli-c && ./clean && ./build && ./mpw-tests )" - "( cd ./platform-independent/cli-c && ./clean && targets='mpw mpw-bench mpw-tests' ./build && ./mpw-tests )"
- "( 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' )"