Create build.yml pipeline
This commit is contained in:
parent
b1371f7ed9
commit
f804bc96f0
16
.github/workflows/build.yml
vendored
Normal file
16
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Run build script
|
||||
run: |
|
||||
./build.sh
|
||||
Loading…
x
Reference in New Issue
Block a user