Skip to content

Commit 7b9a092

Browse files
fixup! [#70236] Add windows tests to gh actions
1 parent 136dddc commit 7b9a092

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,9 @@ jobs:
111111
-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY \
112112
-DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY \
113113
-DMSVC=true \
114-
-DCMAKE_CXX_STANDARD=14 \
115114
-DCMAKE_THREAD_LIBS_INIT="-lpthread" \
116115
-DCMAKE_INSTALL_PREFIX=$(pwd)/../install
117-
make -j
116+
make CPPSTD=c++14 -j8
118117
cp src/libsystemc.a ../../artifacts/systemc_windows/
119118
popd
120119
popd
@@ -175,7 +174,7 @@ jobs:
175174

176175
build-examples-windows:
177176
name: Build Examples Windows
178-
needs: [build-zephyr-binaries, build-systemc]
177+
needs: build-systemc
179178
runs-on: windows-latest
180179
defaults:
181180
run:

0 commit comments

Comments
 (0)