ci: macos capture build package attempt do not let it write to stdout
This commit is contained in:
committed by
Chris Rizzitello
parent
5e781e6095
commit
844dac439a
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
@ -285,7 +285,7 @@ jobs:
|
|||||||
else
|
else
|
||||||
cmake --build build --config Release -j8
|
cmake --build build --config Release -j8
|
||||||
for i in $(seq 1 5); do
|
for i in $(seq 1 5); do
|
||||||
cmake --build build --config Release -j8 --target package
|
cmake --build build --config Release -j8 --target package 2>&1
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "Package successful"
|
echo "Package successful"
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user