зеркало из https://github.com/github/ruby.git
[MinGW] Highlight where groups
This commit is contained in:
Родитель
7068255b0c
Коммит
8dc2fce2be
|
@ -66,8 +66,9 @@ jobs:
|
||||||
# show where
|
# show where
|
||||||
result=true
|
result=true
|
||||||
for e in gcc.exe ragel.exe make.exe bison.exe libcrypto-1_1-x64.dll libssl-1_1-x64.dll; do
|
for e in gcc.exe ragel.exe make.exe bison.exe libcrypto-1_1-x64.dll libssl-1_1-x64.dll; do
|
||||||
echo
|
echo '##['group']'$'\033[93m'$e$'\033[m'
|
||||||
where $e || result=false
|
where $e || result=false
|
||||||
|
echo '##['endgroup']'
|
||||||
done
|
done
|
||||||
$result
|
$result
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче