Ensure CI_OS_NAME is set for appveyor server

This commit is contained in:
Michael Vines
2019-07-19 14:11:01 -07:00
parent cbb0ed7c56
commit 2c54cdd07e
2 changed files with 3 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ if [[ -n $CI ]]; then
fi
if [[ $CI_LINUX = True ]]; then
export CI_OS_NAME=linux
elif [[ $CI_WINDOWS = True ]]; then
else
export CI_OS_NAME=windows
fi
export CI_REPO_SLUG=$APPVEYOR_REPO_NAME