og-openarena-gamecode/.github/workflows/main.yml
Poul Sander f58b023d6c
GitHub actions instead of travis (#142)
* Use Github actions instead of Travis.
Travis has suffered too many cyrpto miners.

* Fix some yml

* Simply a bit
2021-09-23 21:55:48 +02:00

12 lines
181 B
YAML

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Build it
run: make