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"
|
||||
depends="libayatana-appindicator libsecret"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/dweymouth/supersonic/archive/refs/tags/v$pkgver.tar.gz"
|
||||
options="!check" # not needed
|
||||
|
||||
build() {
|
||||
cd "supersonic-$pkgver"
|
||||
go build -ldflags="-s -w" -o bin/$pkgname
|
||||
}
|
||||
|
||||
check() {
|
||||
go test ./...
|
||||
}
|
||||
#check() {
|
||||
# go test ./...
|
||||
#}
|
||||
|
||||
package() {
|
||||
cd "src/supersonic-$pkgver"
|
||||
|
|
Loading…
Add table
Reference in a new issue