Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 12:14:51 +01:00
parent fdb0f64ec9
commit 662dd6ea24

View File

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