github actions, try #1

This commit is contained in:
Mikulas Florek 2019-10-01 21:33:54 +02:00
parent 982d4ba523
commit 97284d22e9

14
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: build
jobs:
windows:
runs-on: windows-2019
steps:
- name: checkout
uses: actions/checkout@v1
- name: make project
working-directory: projects
run: genie.exe --static-plugins vs2019
- name: build engine
working-directory: projects
run: msbuild.exe tmp/vs2019/LumixEngine.sln /p:Configuration=RelWithDebInfo