Skip to content

Enable support for other ARM GNU Toolchains, add arm-none-linux-gnueabihf toolchain #102

Enable support for other ARM GNU Toolchains, add arm-none-linux-gnueabihf toolchain

Enable support for other ARM GNU Toolchains, add arm-none-linux-gnueabihf toolchain #102

Workflow file for this run

name: macOS
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
macos:
name: Build
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build examples
run: |
bazelisk build //examples/...
- name: Bazel backwards compatibility
run: |
USE_BAZEL_VERSION=6.4.0 bazelisk build //examples/...