File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,8 @@ jobs:
148148 mkdir -p artifacts/linux_test_binaries
149149 mkdir -p build
150150 pushd build
151- cmake .. -DCMAKE_CXX_STANDARD=14
151+ cmake .. -DCMAKE_CXX_STANDARD=14 \
152+ -DUSER_RENODE_DIR=../renode
152153 make
153154 popd
154155 for i in examples/*/; do
@@ -218,9 +219,10 @@ jobs:
218219 mkdir -p build
219220 pushd build
220221 cmake .. -G "Unix Makefiles" -DCMAKE_CXX_STANDARD=14 \
221- -DUSER_SYSTEMC_INCLUDE_DIR=$(pwd)/../systemc/src \
222- -DUSER_SYSTEMC_LIB_DIR=$(pwd)/../artifacts/systemc_windows \
223- -DCMAKE_CXX_FLAGS="-DWIN32_LEAN_AND_MEAN"
222+ -DUSER_RENODE_DIR=../renode \
223+ -DUSER_SYSTEMC_INCLUDE_DIR=$(pwd)/../systemc/src \
224+ -DUSER_SYSTEMC_LIB_DIR=$(pwd)/../artifacts/systemc_windows \
225+ -DCMAKE_CXX_FLAGS="-DWIN32_LEAN_AND_MEAN"
224226 ls -la
225227 make
226228 popd
You can’t perform that action at this time.
0 commit comments