Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 10:27:40 +01:00
parent 346abe9a69
commit d887d11035

View File

@ -14,15 +14,10 @@ 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: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
- name: Build and run
run: |
MSBuild.exe etl.sln
working-directory: test
msbuild etl.sln