ref: 547732d759e9a1f555dc9163c246f1903b58af0d
dir: /.github/workflows/linux.yml/
name: Linux CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Install Ubuntu dependencies
run: |
sudo apt-get update
sudo apt-get install libenet-dev libsdl2-mixer-dev
- name: Compile Duke3D
run: ./build_linux.sh