blob: 5a0d67ffcb1f4e4c3cd7f248389114763852c974 [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 --cpu=darwin_x86_64 --apple_platform_type=macos
- bazel test //src/TulsiGeneratorTests --cpu=darwin_x86_64 --apple_platform_type=macos --test_output=errors
- bazel test //src/TulsiGeneratorIntegrationTests --cpu=darwin_x86_64 --apple_platform_type=macos --test_output=errors