Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2301 Also build iceoryx examples
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Jul 24, 2024
1 parent f70f1b5 commit 167675a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/build-mixed-mode-poc-32-bit-and-64-bit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,15 @@ fi
echo -e "${COLOR_GREEN}# Building 64 bit iceoryx${COLOR_RESET}"
cmake -S iceoryx_meta \
-B build/64/iceoryx \
-DEXAMPLES=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=build/install/64
cmake --build build/64/iceoryx --target install -- -j$NUM_JOBS

echo -e "${COLOR_GREEN}# Building 32 bit iceoryx${COLOR_RESET}"
cmake -S iceoryx_meta \
-B build/32/iceoryx \
-DEXAMPLES=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=build/install/32 \
-DCMAKE_C_FLAGS="-m32 ${MALIGN_DOUBLE_OPTION}" \
Expand Down

0 comments on commit 167675a

Please sign in to comment.