Skip to content

Commit f6f3a69

Browse files
committed
Fail build if image tool couldn't be fetched
1 parent 23e0972 commit f6f3a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for:
3232
- sh: export PYFA_VERSION="$(python3 -B scripts/dump_version.py)"
3333
- sh: mkdir build
3434
# Download packaging tool
35-
- sh: curl -o $APPIMAGE_TOOL -L https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage
35+
- sh: curl --fail-with-body -o $APPIMAGE_TOOL -L https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage
3636
- sh: chmod +x $APPIMAGE_TOOL
3737
build_script:
3838
- sh: mkdir -p AppDir/opt/pyfa

0 commit comments

Comments
 (0)