blob: 7f49752b2ad876b53811effd7e289e6f9c8e626d [file] [log] [blame]
os: osx
language: swift
osx_image: xcode9.2
before_install:
- brew update
- 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