Reenable testing
This commit is contained in:
parent
8c870ee447
commit
82016e6ba4
8
PKGBUILD
8
PKGBUILD
@ -35,12 +35,12 @@ build() {
|
|||||||
nimble build
|
nimble build
|
||||||
}
|
}
|
||||||
|
|
||||||
#check() {
|
check() {
|
||||||
# change into source
|
# change into source
|
||||||
# cd "$srcdir/${pkgname%-git}"
|
cd "$srcdir/${pkgname%-git}"
|
||||||
# run all tests
|
# run all tests
|
||||||
# nimble test
|
nimble test
|
||||||
#}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# create our target filestructure
|
# create our target filestructure
|
||||||
|
Loading…
Reference in New Issue
Block a user