mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-26 03:15:18 +00:00
Create ubuntu-build-and-test.yml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user