mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 06:35:38 -07:00
Create ubuntu-build-and-test.yml
This commit is contained in:
parent
eaee80f3d7
commit
4daf4a8d53
1 changed files with 12 additions and 0 deletions
12
.github/workflows/ubuntu-build-and-test.yml
vendored
Normal file
12
.github/workflows/ubuntu-build-and-test.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Ubuntu Build and Test
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: make all
|
||||
run: make all
|
Loading…
Add table
Add a link
Reference in a new issue