Skip to content

Swap out old for new headers #1034

Swap out old for new headers

Swap out old for new headers #1034

Workflow file for this run

name: Linux x64 Build
on:
push:
paths-ignore:
- '**.js'
- '**.dfn'
- '**.scp'
- '**.txt'
- '**.html'
- '**.sln'
- '**.vcxproj'
pull_request:
paths-ignore:
- '**.js'
- '**.dfn'
- '**.scp'
- '**.txt'
- '**.html'
- '**.sln'
- '**.vcxproj'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Generate Makefiles
run: cmake make/cmake -DCMAKE_BUILD_TYPE=Release
- name: Building
run: cmake --build .