mirror of
https://github.com/tmux/tmux.git
synced 2024-11-13 23:58:51 +00:00
Update ci.yml
This commit is contained in:
parent
4c4ae9707b
commit
67a4cf7955
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user