Skip to content

Enable support for other ARM GNU Toolchains, add arm-none-linux-gnuea… #112

Enable support for other ARM GNU Toolchains, add arm-none-linux-gnuea…

Enable support for other ARM GNU Toolchains, add arm-none-linux-gnuea… #112

Workflow file for this run

name: Windows
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
windows:
name: Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Build examples
run: |
bazelisk --output_user_root=C:/bzl build //examples/...
- name: Bazel backwards compatibility
run: |
$Env:USE_BAZEL_VERSION = "6.4.0"
bazelisk --output_user_root=C:/bzl build //examples/...