Create GitHub Action File for CI

This commit is contained in:
Dylan M. Taylor 2020-08-22 21:56:02 -04:00 committed by GitHub
parent 6d093e88e7
commit f2605d963a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/c-cpp.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Ventoy CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build
run: ./INSTALL/all_in_one.sh