Skip to content

Actually added src/pdlp/README.md with minimal(?) Linux install+build… #3730

Actually added src/pdlp/README.md with minimal(?) Linux install+build…

Actually added src/pdlp/README.md with minimal(?) Linux install+build… #3730

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