cicd: a series of small improvements
This commit is contained in:
parent
8caef571ef
commit
ebd80906fb
5 changed files with 41 additions and 19 deletions
4
.github/scripts/make.sh
vendored
4
.github/scripts/make.sh
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue