Merge pull request #59 from dotMorten/dotMorten-patch-1

First action experiment
This commit is contained in:
Morten Nielsen 2019-08-20 08:29:48 -07:00 committed by GitHub
commit e28ed9283c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
.github/workflows/blank.yml vendored Normal file
View file

@ -0,0 +1,25 @@
name: CI
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- name: Clone NmeaParser
- uses: actions/checkout@v1
- name: Build
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
msbuild /restore /t:Build src/NmeaParser.sln