Create build.yml

This commit is contained in:
tr7zw 2020-02-26 17:29:12 +01:00 committed by GitHub
parent 4a853a3534
commit ee9df3f17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/build.yml vendored Normal file
View 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