Skip to content

Commit 777c60f

Browse files
authored
Merge pull request #130 from cconlon/ghActionWinVS
Testing: add GitHub action to test Windows Visual Studio (`IDE/WIN`) project
2 parents 7493fcb + 1f8e144 commit 777c60f

File tree

3 files changed

+765
-0
lines changed

3 files changed

+765
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,7 @@ jobs:
187187
jdk_version: ${{ matrix.jdk_version }}
188188
wolfssl_configure: ${{ matrix.wolfssl_configure }}
189189

190+
# ----------------- Windows Visual Studio build --------------------
191+
windows-build:
192+
uses: ./.github/workflows/windows-vs.yml
193+

0 commit comments

Comments
 (0)