소스 검색
Merge pull request #91 from WiringPi/patch-actions
GitHub Actions
pull/92/head
Philip Howard
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
16개의 추가작업 그리고
0개의 파일을 삭제
-
.github/workflows/build.yml
|
|
@@ -0,0 +1,16 @@ |
|
|
|
name: Build |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
|
|
|
|
jobs: |
|
|
|
test: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Run build |
|
|
|
run: | |
|
|
|
./build |