Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 12:11:52 +01:00
parent 35a2fc91aa
commit fdb0f64ec9

View File

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