First action experiment

This commit is contained in:
Morten Nielsen 2019-08-20 08:29:35 -07:00 committed by GitHub
parent e3cf6c6db3
commit 1a4344190d
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