Ver código fonte
Merge pull request #91 from WiringPi/patch-actions
GitHub Actions
pull/92/head
Philip Howard
4 anos atrás
committed by
GitHub
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com
16 adições e
0 exclusões
-
.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 |