Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Updated doc

Updated doc #88

Workflow file for this run

name: C/C++/CUDA CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Configure
run: ./.github/config/configure.sh
- name: Make
run: make linux