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

fix CI.

fix CI. #12

Workflow file for this run

name: Build And Test CI
on:
push:
paths-ignore:
- '**.md'
- 'LICENSE'
pull_request:
paths:
- '**.md'
- 'LICENSE'
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: build
run: make build CUDA=OFF
- name: test
run: make test