Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-23 14:15:53 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-23 14:15:53 +0300
commit46b3a0f4bec7d4b2408d3e25180e995d2d9b9651 (patch)
treeab01e1a9fa368e1bb22e64f78073866e5ef35d5e /.github
parentc94058ff0de488f7e161c322e66b7872f2b7d568 (diff)
Try force reverting Windows CI to VS2017.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unittests_windows.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/unittests_windows.yml b/.github/workflows/unittests_windows.yml
index a15ca09d..b0039ede 100644
--- a/.github/workflows/unittests_windows.yml
+++ b/.github/workflows/unittests_windows.yml
@@ -12,7 +12,8 @@ on:
jobs:
WinVS2019:
name: Windows VS2019
- runs-on: windows-2019
+# runs-on: windows-2019
+ runs-on: windows-2016
strategy:
fail-fast: false
matrix:
@@ -29,7 +30,7 @@ jobs:
if [ "${{ matrix.configuration }}" = "status_code" ]; then
export CMAKE_CONFIGURE_OPTIONS="-DLLFIO_USE_EXPERIMENTAL_SG14_STATUS_CODE=ON"
fi
- ctest -S .ci.cmake -VV --timeout 900 "-DCTEST_CONFIGURE_OPTIONS=$CMAKE_CONFIGURE_OPTIONS" -DCTEST_SITE=$NAME
+ ctest -S .ci.cmake -VV --timeout 900 "-DCTEST_CONFIGURE_OPTIONS=$CMAKE_CONFIGURE_OPTIONS;CTEST_CMAKE_GENERATOR=\"Visual Studio 15 2019 Win64\"" -DCTEST_SITE=$NAME
- name: Upload Prebuilt Binaries
uses: actions/upload-artifact@v2