CircleCI: Make sure build fails when AppImage building does

This commit is contained in:
Lukas W
2018-06-25 16:33:17 +02:00
parent e1cdfd1d47
commit f8f38a3d87

View File

@@ -100,7 +100,7 @@ jobs:
command: |
cd build
make install
make appimage || cat appimage.log
make appimage || (cat appimage.log && false)
cp ./lmms-*.AppImage /tmp/artifacts/
- store_artifacts:
path: /tmp/artifacts/