Skip to content

Commit

Permalink
Add windows container to test multiplatform
Browse files Browse the repository at this point in the history
The task should now run on both linux and windows.
  • Loading branch information
regisd committed Dec 5, 2019
1 parent ef58f6e commit dca4dab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
container:
image: l.gcr.io/google/bazel:1.2.1
task:
name: Main build
build_sample_script: bazel build //sample/...
build_all_script: bazel build //...
matrix:
container:
image: l.gcr.io/google/bazel:1.2.1
windows_container:
image: l.gcr.io/google/bazel:1.2.1
os_version: 2019

0 comments on commit dca4dab

Please sign in to comment.