Skip to content

To build rindow-openblas for php7.x #3

To build rindow-openblas for php7.x

To build rindow-openblas for php7.x #3

Workflow file for this run

name: tests
on:
push:
branches:
- main
jobs:
build_and_tests:
runs-on: ubuntu-22.04
strategy:
fail-fast: true
steps:
- name: Checkout codes
uses: "actions/checkout@v4"
- name: Build
run: cmake -S . -B build && cmake --build build --config Release
- name: GoogleTest Tests
run: cd build && ctest