Skip to content

merge with latest and shared libs off just on linux #3615

merge with latest and shared libs off just on linux

merge with latest and shared libs off just on linux #3615

Workflow file for this run

name: build-bazel
on: [push, pull_request]
jobs:
bazel:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- name: bazel clean
run: bazel clean
- name: build bazel
run: bazel build //...
- name: test all
run: bazel test //...
- name: test example
run: ./bazel-bin/call-highs-example