A 3d fps game made in OpenGL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Symmetry/.github/workflows/default.yml

18 lines
363 B

name: Release Build
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: warrentbuckley/Setup-MSBuild@v1
- name: Windows-amd64
working-directory: build
run: |
..\tools\genie.exe vs2019
msbuild vs2019\Symmetry.sln -p:Configuration=Release