Skip to content

⬆️ Bump ilammy/msvc-dev-cmd from 1.12.1 to 1.13.0 (#157) #134

⬆️ Bump ilammy/msvc-dev-cmd from 1.12.1 to 1.13.0 (#157)

⬆️ Bump ilammy/msvc-dev-cmd from 1.12.1 to 1.13.0 (#157) #134

Workflow file for this run

name: Build server
on: [ push, pull_request ]
jobs:
build:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
steps:
- uses: actions/checkout@v4
- name: Enable Developer Command Prompt
uses: ilammy/[email protected]
- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest
- name: Configure
run: cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DRORSERVER_WITH_ANGELSCRIPT=ON .
- name: Build
run: ninja
- name: Upload bin folder
uses: actions/upload-artifact@v4
with:
name: ror-server-${{ matrix.os }}
path: bin