mkxp/.github/workflows/ci.yml

28 lines
500 B
YAML
Raw Normal View History

2020-10-19 02:25:44 +05:30
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
2020-10-19 02:38:20 +05:30
- name: Install build deps
run: sudo apt-get install mm-common libtool rake ruby
2020-10-19 02:25:44 +05:30
- uses: actions/checkout@v2
- name: Build
run: ./build.sh
2020-10-19 02:44:37 +05:30
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: built
FOLDER: build