mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-31 06:43:35 +00:00
ci: Add simplified compression without YAML syntax issues
- Add compression back with minimal echo commands - Use simple echo statements without complex text or embedded commands - Avoid long echo commands that cause YAML parsing problems - Compress AppImage with gzip -9 for artifact upload - Upload citron.AppImage.gz to stay within GitLab size limits - Keep all functionality while maintaining clean YAML syntax
This commit is contained in:
@@ -91,9 +91,14 @@ build-linux:
|
||||
- du -h *.AppImage || echo "No AppImage to measure"
|
||||
- echo "Total artifact size:"
|
||||
- du -sh citron.AppImage build/bin/citron 2>/dev/null || echo "Cannot measure artifact sizes"
|
||||
- echo "Compressing AppImage for upload..."
|
||||
- gzip -9 citron.AppImage
|
||||
- ls -la citron.AppImage.gz
|
||||
- du -h citron.AppImage.gz
|
||||
- echo "AppImage compressed successfully"
|
||||
artifacts:
|
||||
paths:
|
||||
- citron.AppImage
|
||||
- citron.AppImage.gz
|
||||
expire_in: 1 week
|
||||
when: always
|
||||
only:
|
||||
|
||||
Reference in New Issue
Block a user