ref: 4dfdef48f3396c5df0a3feb5e9cddd9150c75df9
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: Compile vcpkg dependencies
run: ./vcpkg_linux.sh
- name: Compile Duke3D
run: ./build_linux.sh