mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-03-13 05:00:17 -04:00
Create GitHub Action File for CI
This commit is contained in:
parent
6d093e88e7
commit
f2605d963a
17
.github/workflows/c-cpp.yml
vendored
Normal file
17
.github/workflows/c-cpp.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user