Skip to content

Commit

Permalink
[#492] [CI] AppImage build failure. Deactivate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lyskouski committed Sep 26, 2024
1 parent 4eabd5a commit ae522ba
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions linux-appimage/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@ AppDir:
- usr/share/doc/*/changelog.*
- usr/share/doc/*/NEWS.*
- usr/share/doc/*/TODO.*
test:
# test:
# fedora-30:
# image: appimagecrafters/tests-env:fedora-30
# command: ./AppRun
debian-stable:
image: appimagecrafters/tests-env:debian-stable
command: ./AppRun
archlinux-latest:
image: appimagecrafters/tests-env:archlinux-latest
command: ./AppRun
centos-7:
image: appimagecrafters/tests-env:centos-7
command: ./AppRun
ubuntu-xenial:
image: appimagecrafters/tests-env:ubuntu-xenial
command: ./AppRun
# debian-stable:
# image: appimagecrafters/tests-env:debian-stable
# command: ./AppRun
# archlinux-latest:
# image: appimagecrafters/tests-env:archlinux-latest
# command: ./AppRun
# centos-7:
# image: appimagecrafters/tests-env:centos-7
# command: ./AppRun
# ubuntu-xenial:
# image: appimagecrafters/tests-env:ubuntu-xenial
# command: ./AppRun
AppImage:
arch: x86_64
update-information: guess

0 comments on commit ae522ba

Please sign in to comment.