Skip to content

Commit

Permalink
Remove tests as they don't work in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Oct 5, 2024
1 parent ee75525 commit dab48fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
19 changes: 1 addition & 18 deletions AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,7 @@ AppDir:

files:
include:
- usr/bin/moonlight-installer

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
- usr/bin/moonlight-installer

AppImage:
arch: x86_64
2 changes: 1 addition & 1 deletion build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ echo "Building AppImage..."
./appimage-builder-x86_64.AppImage --recipe ./AppImageBuilder.yml

# Move the appimage into a predictable location for CI
mv "./moonlight installer-*-x86_64.AppImage" ./moonlight-installer-x86_64.AppImage
mv ./moonlight\ installer-*-x86_64.AppImage ./moonlight-installer-x86_64.AppImage
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ fn main() -> anyhow::Result<()> {
)
.map_err(|e| anyhow::anyhow!(format!("Error running app: {:?}", e)))?;

println!("Hello, world!");

Ok(())
}

0 comments on commit dab48fc

Please sign in to comment.