Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 19:36:12 +01:00
parent 1b396679eb
commit 3ea20255e1

View File

@ -17,9 +17,8 @@ jobs:
- name: Build and run
run: |
cmake -DBUILD_TESTS=ON -DCMAKE_CXX_COMPILER_ID="MSVC" ./
cmake --build .
./test/etl_tests
cmake -DBUILD_TESTS=ON ./
MSBuild etl.sln
- name: Save artifacts
uses: actions/upload-artifact@v2