Update ci.yml

This commit is contained in:
Jia Hu 2024-03-17 21:43:06 -04:00 committed by GitHub
parent 4c4ae9707b
commit 67a4cf7955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

View File

@ -1 +1,22 @@
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Environment
run: sudo apt-get update && sudo apt-get install -y <依赖包名称>
- name: Build
run: make
- name: Test
run: make test