mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Moved from Docker Hub to GitHub Container Registry for Docker compilations
This commit is contained in:
@@ -38,12 +38,4 @@ if [[ $CI_NAME == 'osx' || $CI_NAME == 'darwin' ]]; then
|
||||
brew update
|
||||
dependencies=("qt5" "python" "libusb" "cmake" "doxygen")
|
||||
installAndUpgrade "${dependencies[@]}"
|
||||
# github actions uname -> windows-2019 -> mingw64_nt-10.0-17763
|
||||
# TODO: Azure uname windows?
|
||||
elif [[ $CI_NAME == *"mingw64_nt"* ]]; then
|
||||
echo "Yes, we are Windows: $CI_NAME"
|
||||
# Windows has no dependency manager
|
||||
elif [[ $CI_NAME != 'linux' ]]; then
|
||||
echo "Unsupported platform: $CI_NAME"
|
||||
exit 5
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user