cicd: a series of small improvements

This commit is contained in:
Andrew Hlynskyi 2023-05-03 05:23:10 +03:00
parent 8caef571ef
commit ebd80906fb
5 changed files with 41 additions and 19 deletions

View file

@ -1,9 +1,9 @@
#!/bin/bash
set -x
# set -x
set -e
if [ "$CROSS" = 1 ]; then
if [ "$BUILD_CMD" == "cross" ]; then
if [ -z "$CC" ]; then
echo "make.sh: CC is not set" >&2
exit 111