1 changed file
azure-pipelines.yml | ||
Add comment 50 set -ex
Add comment 51 cd /code
Add comment 52 setup/ci_bootstrap.sh
Add comment 53 Plus if [ -x setup/ci_git_set_dir_safe.sh ]; then
Add comment 53 54 setup/ci_git_set_dir_safe.sh
Add comment 55 Plus fi
Add comment 54 56 make init
Add comment 55 57 make ci test
Add comment 56 58 '