Kaynağa Gözat
Merge pull request #91 from WiringPi/patch-actions
GitHub Actions
pull/92/head
Philip Howard
4 yıl önce
committed by
GitHub
ebeveyn
işleme
3772a913d0
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
16 ekleme ve
0 silme
-
.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 |