Skip to content

Commit 69beced

Browse files
committed
gh action / cmake / windows: build and test debug and release versions.
1 parent 8ca38de commit 69beced

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/cmake-windows.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: cmake_shared_configure
2626
shell: bash
2727
run: util/cmake_shared_configure
28+
# run: util/cmake_shared_configure --config x64-Release-Shared
2829
- name: cmake_shared_build
2930
shell: bash
3031
run: util/cmake_shared_build
@@ -77,7 +78,7 @@ jobs:
7778
- uses: actions/upload-artifact@v4
7879
with:
7980
# name: adflib-${{ env.ADFLIB_TAG }}-windows
80-
name: adflib-windows
81+
name: adflib-windows-debug
8182
path: |
8283
artifacts/
8384
- name: archive tests/examples
@@ -91,7 +92,7 @@ jobs:
9192
tests/data
9293
- uses: actions/upload-artifact@v4
9394
with:
94-
name: adflib-windows-tests-examples
95+
name: adflib-windows-tests-examples-debug
9596
path: |
9697
artifact-tests
9798
@@ -102,7 +103,7 @@ jobs:
102103
- uses: actions/download-artifact@v4
103104
with:
104105
# name: adflib-${{ env.ADFLIB_TAG }}-windows
105-
name: adflib-windows
106+
name: adflib-windows-debug
106107
path: .
107108
- name: install prereq.
108109
run: |
@@ -113,7 +114,7 @@ jobs:
113114
run: find .
114115
- uses: actions/download-artifact@v4
115116
with:
116-
name: adflib-windows-tests-examples
117+
name: adflib-windows-tests-examples-debug
117118
path: .
118119
- name: extract tests/examples
119120
shell: bash
@@ -139,6 +140,6 @@ jobs:
139140
if: failure()
140141
uses: actions/upload-artifact@v4
141142
with:
142-
name: cmake_windows_logs_failed_tests
143+
name: cmake_windows_logs_failed_tests-debug
143144
path: |
144145
cmake/shared/Testing/

0 commit comments

Comments
 (0)