mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
ccb4a88742
git remote add ssk ../SignalServiceKit git remote update git merge -s ours --allow-unrelated-histories --no-commit ssk/master git read-tree --prefix=SignalServiceKit -u ssk/master git commit
17 lines
376 B
YAML
17 lines
376 B
YAML
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
|
|
|