Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 10:07:52 +01:00
parent a9d39153e5
commit 9724a0fe3f

View File

@ -25,4 +25,16 @@ jobs:
.\bootstrap-vcpkg.bat
.\vcpkg.exe install cppzmq:x64-windows
- name: Running cmake
run: |
cd ${{ github.workspace }}
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}
/../vcpkg/scripts/buildsystems/vcpkg.cmake
- name: Build and run
run: |
cmake -D BUILD_TESTS=ON ./
cd build
MSBuild.exe etl.sln