Skip to content

Commit

Permalink
test: test node_repositories cross compile in buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored and alexeagle committed Jul 16, 2019
1 parent d32d3a8 commit 960ebee
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
platforms:
tasks:
ubuntu1604:
name: ubuntu1604
platform: ubuntu1604
run_targets:
- "@nodejs//:yarn"
- "//internal/node/test:no_deps"
Expand All @@ -18,6 +20,8 @@ platforms:
test_targets:
- "//..."
ubuntu1804:
name: ubuntu1804
platform: ubuntu1804
run_targets:
- "@nodejs//:yarn"
- "//internal/node/test:no_deps"
Expand All @@ -38,6 +42,8 @@ platforms:
test_targets:
- "//..."
macos:
name: macos
platform: macos
run_targets:
- "@nodejs//:yarn"
- "//internal/node/test:no_deps"
Expand All @@ -54,7 +60,16 @@ platforms:
- "//..."
test_targets:
- "//..."
macos_cross_compile:
name: macos_cross_compile
platform: macos
build_flags:
- "--platforms=@build_bazel_rules_nodejs//toolchains/node:linux_amd64"
build_targets:
- "//..."
windows:
name: windows
platform: windows
run_targets:
- "@nodejs//:yarn"
- "//internal/node/test:no_deps"
Expand All @@ -73,6 +88,15 @@ platforms:
- "--test_tag_filters=-fix-windows"
test_targets:
- "//..."
windows_cross_compile:
name: windows_cross_compile
platform: windows
build_flags:
- "--platforms=@build_bazel_rules_nodejs//toolchains/node:linux_amd64"
build_targets:
- "//..."
rbe_ubuntu1604:
name: rbe_ubuntu1604
platform: rbe_ubuntu1604
build_targets:
- "//..."

0 comments on commit 960ebee

Please sign in to comment.