Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 12:06:40 +01:00
parent 79f3148eb3
commit 35a2fc91aa

View File

@ -9,15 +9,20 @@ jobs:
build-visual-studio:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
- name: Build and run
working-directory: test/vs2019
run: |
msbuild etl.sln
cmake -D BUILD_TESTS=ON ./
make
./test/etl_tests
- name: Save artifacts
uses: actions/upload-artifact@v2
with:
name: Testfile
path: test/etl_tests