mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-03-13 21:12:58 -04:00
20 lines
320 B
YAML
20 lines
320 B
YAML
name: Ventoy CI
|
|
|
|
on:
|
|
push:
|
|
branches: [ master ]
|
|
pull_request:
|
|
branches: [ master ]
|
|
|
|
jobs:
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: exec permission
|
|
run: chmod +x ./INSTALL/all_in_one.sh
|
|
- name: build
|
|
run: cd ./INSTALL/ && bash all_in_one.sh
|