all: move testsuite to misc/testsuite; CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-06-27 14:27:19 +02:00
parent f622871eb0
commit 1aaa33552e
7 changed files with 35 additions and 34 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ jobs:
- name: 'Set up Developer Command Prompt'
uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64
vsversion: 2022
arch: amd64
- name: 'Config, build, test and install'
run: |
cmake -S . -B build/default -G "NMake Makefiles"
@@ -77,8 +77,8 @@ jobs:
- name: 'Set up Developer Command Prompt'
uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64
vsversion: 2022
arch: amd64
- name: 'Config, build and test'
run: |
cmake -S . -B build/default