blob: c9ed4656528a9f8b155fe8265bd1ccfdd4ec330f [file] [log] [blame]
os: osx
language: swift
osx_image: xcode10
before_install:
- brew tap bazelbuild/tap
- brew tap-pin bazelbuild/tap
- brew install bazel
script:
- bazel version
- bazel build //:tulsi
- bazel test //src/TulsiGeneratorTests --test_output=errors
- bazel test //src/TulsiGeneratorIntegrationTests --test_output=errors