This commit is contained in:
Stephan Troyer 2020-11-28 15:34:18 +01:00 committed by GitHub
parent c8d6c52786
commit 31695fba26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Build Driver
run: msbuild /t:build Sandboxdrv.sln /p:Configuration="SbieRelease" /p:Platform="x64"