25
25
- name : cmake_shared_configure
26
26
shell : bash
27
27
run : util/cmake_shared_configure
28
+ # run: util/cmake_shared_configure --config x64-Release-Shared
28
29
- name : cmake_shared_build
29
30
shell : bash
30
31
run : util/cmake_shared_build
77
78
- uses : actions/upload-artifact@v4
78
79
with :
79
80
# name: adflib-${{ env.ADFLIB_TAG }}-windows
80
- name : adflib-windows
81
+ name : adflib-windows-debug
81
82
path : |
82
83
artifacts/
83
84
- name : archive tests/examples
91
92
tests/data
92
93
- uses : actions/upload-artifact@v4
93
94
with :
94
- name : adflib-windows-tests-examples
95
+ name : adflib-windows-tests-examples-debug
95
96
path : |
96
97
artifact-tests
97
98
@@ -102,7 +103,7 @@ jobs:
102
103
- uses : actions/download-artifact@v4
103
104
with :
104
105
# name: adflib-${{ env.ADFLIB_TAG }}-windows
105
- name : adflib-windows
106
+ name : adflib-windows-debug
106
107
path : .
107
108
- name : install prereq.
108
109
run : |
@@ -113,7 +114,7 @@ jobs:
113
114
run : find .
114
115
- uses : actions/download-artifact@v4
115
116
with :
116
- name : adflib-windows-tests-examples
117
+ name : adflib-windows-tests-examples-debug
117
118
path : .
118
119
- name : extract tests/examples
119
120
shell : bash
@@ -139,6 +140,6 @@ jobs:
139
140
if : failure()
140
141
uses : actions/upload-artifact@v4
141
142
with :
142
- name : cmake_windows_logs_failed_tests
143
+ name : cmake_windows_logs_failed_tests-debug
143
144
path : |
144
145
cmake/shared/Testing/
0 commit comments