Skip to content

Daniel/engine desktop build #1

Daniel/engine desktop build

Daniel/engine desktop build #1

Workflow file for this run

name: Editor Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build-editor:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
ref: 'daniel/engine_desktop_build'
- name: Checkout Vortex Engine
uses: actions/checkout@v3
with:
repository: 'StoneOrbits/VortexEngine'
path: 'VortexEditor/VortexEngine'
ref: 'desktop'
- name: Set up MSBuild path
uses: microsoft/setup-msbuild@v1
- name: Build
run: msbuild VortexEditor.sln /p:Configuration=Release /p:Platform=x64
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: Binaries
path: x64/Release/VortexEditor.exe