address feedback: use openrct2-cli for all CI runs

This commit is contained in:
adam-bloom 2021-04-05 19:18:09 -06:00
parent e45d002562
commit 50c4f1c030
1 changed files with 1 additions and 5 deletions

View File

@ -11,11 +11,7 @@ cd $basedir/bin
# Scan objects first so that does not happen within a test
echo -e "\033[0;36mBuilding OpenRCT2 repository indexes...\033[0m"
if [[ $(uname) == "Darwin" ]]; then
./openrct2-cli scan-objects
else
./openrct2 scan-objects
fi
./openrct2-cli scan-objects
if [[ "$OSTYPE" == "cygwin" || "$OSTYPE" == "msys" ]]; then
# Now run all the tests