Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 10:18:38 +01:00
parent c0590bf52d
commit 192a851577

View File

@ -13,18 +13,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Running cmake
run: |
cd ${{ github.workspace }}
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}
- name: Build and run
run: |
cmake -D BUILD_TESTS=ON ./
cd build
MSBuild.exe etl.sln