Skip to content

Commit

Permalink
test appimage build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Schwartz committed Jun 27, 2022
1 parent d1a241e commit f052caf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,8 @@ jobs:
# docs: https://appimage-builder.readthedocs.io/en/latest/intro/install.html
sudo apt update
sudo apt install -y python3-pip python3-setuptools patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace
sudo curl -Lo /usr/local/bin/appimage-builder https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.0.0-beta.1/appimage-builder-1.0.0-677acbd-x86_64.AppImage
sudo chmod +x /usr/local/bin/appimage-builder
sudo curl -Lo /usr/local/bin/appimagetool https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
sudo chmod +x /usr/local/bin/appimagetool
sudo pip3 install appimage-builder
Expand Down Expand Up @@ -1021,6 +1022,7 @@ workflows:
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-appimage-tmp
- build-appimage:
filters:
branches:
Expand Down

0 comments on commit f052caf

Please sign in to comment.