更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-11-06 02:15:34 +00:00
parent 22b5227cca
commit cf0cba428a
1 changed files with 2 additions and 1 deletions

View File

@ -49,12 +49,13 @@ build-job:
- if [ "$GOMODTIDY" == 1 ]; then
go mod tidy;
fi
- export GODEBUG=gctrace=1
- |
while IFS= read -r line || [[ -n $line ]]
do
cd $line
echo "编译 $line"
go build -n
go build -v
cd ..
done < shell/programs.txt