Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 10:21:39 +01:00
parent 192a851577
commit 346abe9a69

View File

@ -14,6 +14,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Installing vcpkg
run: |
cd ..
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
git checkout
.\bootstrap-vcpkg.bat
.\vcpkg.exe install cppzmq:x64-windows
- name: Build and run
run: |
MSBuild.exe etl.sln