8000 Merge remote-tracking branch 'origin/command-queue' · SparseLinearAlgebra/GraphBLAS-sharp@b8c4244 · GitHub
[go: up one dir, main page]

Skip to content

RawCommandQueue

RawCommandQueue #62

Workflow file for this run

name: BuildDocs
on:
push:
pull_request:
workflow_dispatch:
jobs:
linux-build:
name: Linux Build Docs
runs-on: ubuntu-latest
steps:
- name: System Info
run: lscpu
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
- name: Build
run: |
chmod +x ./build.sh
./build.sh BuildDocs
env:
CI: true
0