Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 12:22:39 +01:00
parent 662dd6ea24
commit db1a9790e0

View File

@ -18,7 +18,7 @@ jobs:
- name: Build and run
run: |
cmake -D BUILD_TESTS=ON ./
msbuild
cmake --build .
./test/etl_tests
- name: Save artifacts