.github/workflows/main.yml
browsing at commit = 364e133dbdb25e1c36b6f173a340d6f1c9b1eaea
name: Build
on: [push]
jobs:
ci_job:
runs-on: ubuntu-latest
name: Test that the game can be compiled
steps:
- name: Check Out Repo
uses: actions/checkout@v2
- name: Check lint
run: bash source/misc/lint/runLint.sh
- name: Test Fedora 29
run: docker build -f source/misc/docker/Dockerfile.Fedora29build . -t blockattack_test
- name: Test Windows MXE
run: docker build -f source/misc/docker/Dockerfile.WindoesBuild . -t blockattack_test