Yatopia/.github/workflows/build.yml

21 lines
370 B
YAML
Raw Normal View History

2020-02-26 17:29:12 +01:00
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
2020-02-26 17:40:00 +01:00
git config --global user.email "ci@github.com"
git config --global user.name "Github CI"
2020-02-26 17:29:12 +01:00
./yapfa up
./yapfa patch
./yapfa build