From 2a677f99aa99993264b471834ce705cc4e4ef3e5 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 1 Oct 2020 17:06:40 +0100 Subject: [PATCH] Add VS2019 configuration to Github CI --- .github/workflows/main.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b205da4..6f4bbb9c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,19 +26,19 @@ jobs: echo ${{ github.workspace }} echo ${{ github.workspace }}/../unittest-cpp pwd - ls + dir cd test - ls + dir - - name: Checkout UnitTest++ - uses: actions/checkout@v2 - with: - repository: unittest-cpp/unittest-cpp - path: ${{ github.workspace }}/../unittest-cpp +# - name: Checkout UnitTest++ +# uses: actions/checkout@v2 +# with: +# repository: unittest-cpp/unittest-cpp +# path: ${{ github.workspace }}/../unittest-cpp +# +# - name: Build +# run: MSBuild.exe test/vs2019/etl.sln - - name: Build - run: MSBuild.exe test/vs2019/etl.sln - - - name: Run tests - run: ./test/etl_tests +# - name: Run tests +# run: ./test/etl_tests