feat(ci): create tarballs #291
Annotations
15 warnings
build (windows-latest, Release)
No files were found with the provided path: bin/Release/$(
if [[ "$RUNNER_OS" == "Windows" ]]; then
echo "blur-cli-Windows-Release-x64.exe"
echo "blur-Windows-Release-x64.exe"
else
echo "Windows-Release-x64-cli.tar.gz"
echo "Windows-Release-x64-gui.tar.gz"
fi
). No artifacts will be uploaded.
|
build (macos-latest, Release)
No files were found with the provided path: bin/Release/$(
if [[ "$RUNNER_OS" == "Windows" ]]; then
echo "blur-cli-macOS-Release-arm64"
echo "Blur-macOS-Release-arm64.dmg"
else
echo "macOS-Release-arm64-cli.tar.gz"
echo "macOS-Release-arm64-gui.tar.gz"
fi
). No artifacts will be uploaded.
|
build (macos-latest, Release):
dependencies/laf/base/platform_osx.mm#L32
'gestaltSystemVersion' is deprecated: first deprecated in macOS 10.8 - Use NSProcessInfo's operatingSystemVersion property instead. [-Wdeprecated-declarations]
|
build (macos-latest, Release):
dependencies/laf/base/platform_osx.mm#L32
'Gestalt' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
|
build (macos-latest, Release):
dependencies/laf/base/platform_osx.mm#L39
'gestaltSystemVersionMajor' is deprecated: first deprecated in macOS 10.8 - Use NSProcessInfo's operatingSystemVersion property instead. [-Wdeprecated-declarations]
|
build (macos-latest, Release):
dependencies/laf/base/platform_osx.mm#L39
'Gestalt' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
|
build (macos-latest, Release):
dependencies/laf/base/platform_osx.mm#L40
'gestaltSystemVersionMinor' is deprecated: first deprecated in macOS 10.8 - Use NSProcessInfo's operatingSystemVersion property instead. [-Wdeprecated-declarations]
|
build (macos-latest, Release):
dependencies/laf/base/platform_osx.mm#L40
'Gestalt' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
|
build (macos-latest, Release):
dependencies/laf/base/platform_osx.mm#L41
'gestaltSystemVersionBugFix' is deprecated: first deprecated in macOS 10.8 - Use NSProcessInfo's operatingSystemVersion property instead. [-Wdeprecated-declarations]
|
build (macos-latest, Release):
dependencies/laf/base/platform_osx.mm#L41
'Gestalt' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
|
build (macos-latest, Release):
dependencies/laf/os/osx/logger.mm#L17
format string is not a string literal (potentially insecure) [-Wformat-security]
|
build (macos-latest, Release):
dependencies/laf/os/osx/window.mm#L108
incompatible pointer types sending 'WindowOSXDelegate *' to parameter of type 'id<NSWindowDelegate> _Nullable' [-Wincompatible-pointer-types]
|
build (ubuntu-latest, Release)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (ubuntu-latest, Release)
No files were found with the provided path: bin/Release/$(
if [[ "$RUNNER_OS" == "Windows" ]]; then
echo "blur-cli-Linux-Release-x64"
echo "blur-Linux-Release-x64"
else
echo "Linux-Release-x64-cli.tar.gz"
echo "Linux-Release-x64-gui.tar.gz"
fi
). No artifacts will be uploaded.
|
build (ubuntu-latest, Release):
dependencies/laf/os/draw_text.cpp#L56
enumeration value 'Native' not handled in switch [-Wswitch]
|