Skip to content

Separate Main Loop

Separate Main Loop #60

Workflow file for this run

name: Linux
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: dependencies
run: sudo apt-get install cmake
- name: build
run: |
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build build -j $(nproc)
- name: Upload
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v2
with:
name: devilutionx-gamelist-Linux-x64
path: build/devilutionx-gamelist