mirror of https://github.com/oxen-io/session-ios
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
376 B
YAML
18 lines
376 B
YAML
8 years ago
|
language: objective-c
|
||
|
|
||
|
osx_image: xcode8.3
|
||
|
|
||
|
env:
|
||
|
-EARLY_START_SIMULATOR=1 # early starting simulator reduces false negatives due to test timeouts
|
||
|
|
||
|
before_install:
|
||
|
- brew update
|
||
|
- bundle
|
||
|
- bundle exec pod repo update --silent
|
||
|
|
||
|
after_failure:
|
||
|
- sleep 10 # This prevents the occasional output truncation that happens when piping to xcpretty.
|
||
|
|
||
|
script: make scan_test
|
||
|
|