Skip to content
Snippets Groups Projects
Commit 3c0739b4 authored by Sertonix's avatar Sertonix Committed by Natanael Copa
Browse files

community/apply-refact: run test

parent 1bc0b09b
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!78507community/apply-refact: run test
Pipeline #290601 skipped
......@@ -46,6 +46,10 @@ build() {
--sysconfdir=/etc
}
check() {
cabal test
}
package() {
# See https://github.com/haskell/cabal/issues/6919#issuecomment-761563498
cabal list-bin apply-refact:exes | xargs install -Dm755 -t "$pkgdir"/usr/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment