mkxp/.github/workflows/ci.yml

28 lines
512 B
YAML
Raw Normal View History

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