Skip to content

Commit

Permalink
Make travis use bazel. Attempt google#1
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Dec 14, 2018
1 parent 0b40ccb commit 90ed526
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
---
language: objective-c
cache:
- bundler
- cocoapods
sudo: false
osx_image: xcode9.3

before_install:
- gem install cocoapods xcpretty
- pod setup >/dev/null
addons:
homebrew:
taps: bazelbuild/tap
packages: bazelbuild/tap/bazel

script:
- xcodebuild -workspace Santa.xcworkspace -scheme All -derivedDataPath build build test CODE_SIGN_IDENTITY='' | xcpretty -sc && exit ${PIPESTATUS[0]}
- bazel build :release
- bazel test :logic_tests

0 comments on commit 90ed526

Please sign in to comment.