Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 09:53:29 +01:00
parent f9dbaba076
commit 367f96552e

View File

@ -1,13 +1,13 @@
name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
branches: [ master, feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-visual-studio
build-visual-studio:
runs-on: [windows]
steps: