mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2025-01-30 20:11:42 +01:00
Create build.yml
This commit is contained in:
parent
4a853a3534
commit
ee9df3f17c
18
.github/workflows/build.yml
vendored
Normal file
18
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: CI
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Build YAPFA
|
||||||
|
run: |
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
./yapfa up
|
||||||
|
./yapfa patch
|
||||||
|
./yapfa build
|
Loading…
Reference in New Issue
Block a user