disable tests on supersonic-desktop
All checks were successful
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Successful in 7m29s
All checks were successful
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Successful in 7m29s
This commit is contained in:
parent
e19724c2dc
commit
637546a971
1 changed files with 4 additions and 3 deletions
|
@ -10,15 +10,16 @@ arch="all"
|
||||||
makedepends="go mpv-dev libayatana-appindicator-dev libsecret-dev glib-dev libx11-dev"
|
makedepends="go mpv-dev libayatana-appindicator-dev libsecret-dev glib-dev libx11-dev"
|
||||||
depends="libayatana-appindicator libsecret"
|
depends="libayatana-appindicator libsecret"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/dweymouth/supersonic/archive/refs/tags/v$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/dweymouth/supersonic/archive/refs/tags/v$pkgver.tar.gz"
|
||||||
|
options="!check" # not needed
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "supersonic-$pkgver"
|
cd "supersonic-$pkgver"
|
||||||
go build -ldflags="-s -w" -o bin/$pkgname
|
go build -ldflags="-s -w" -o bin/$pkgname
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
#check() {
|
||||||
go test ./...
|
# go test ./...
|
||||||
}
|
#}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "src/supersonic-$pkgver"
|
cd "src/supersonic-$pkgver"
|
||||||
|
|
Loading…
Add table
Reference in a new issue