Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Merge pull request #5 from wildfire248/main #10

Merge pull request #5 from wildfire248/main

Merge pull request #5 from wildfire248/main #10

Workflow file for this run

on: [push, pull_request]
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
- name: Build
run: msbuild ./Bouny/Bouny.vcxproj /p:Configuration=Release /p:Platform=x64
- name: Upload
uses: actions/upload-artifact@v2
with:
name: Bouny
path: |
./Bouny/x64/Release/*.dll
./Bouny/x64/Release/*.pdb