Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 19:31:55 +01:00
parent db1a9790e0
commit 1b396679eb

View File

@ -17,7 +17,7 @@ jobs:
- name: Build and run
run: |
cmake -D BUILD_TESTS=ON ./
cmake -DBUILD_TESTS=ON -DCMAKE_CXX_COMPILER_ID="MSVC" ./
cmake --build .
./test/etl_tests