Skip to content
Snippets Groups Projects
Commit 4f98819c authored by Sertonix's avatar Sertonix Committed by Michał Polański
Browse files

community/wayvnc: run tests

parent e2fc86e0
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!77235community/wayvnc: run tests
Pipeline #290890 passed
Pipeline: aports

#290891

    ......@@ -19,13 +19,16 @@ makedepends="
    "
    subpackages="$pkgname-dbg $pkgname-doc"
    source="https://github.com/any1/wayvnc/archive/v$pkgver/wayvnc-$pkgver.tar.gz"
    options="!check" # no test suite
    build() {
    abuild-meson . output
    meson compile -C output
    }
    check() {
    meson test --no-rebuild --print-errorlogs -C output
    }
    package() {
    DESTDIR="$pkgdir" meson install --no-rebuild -C output
    }
    ......
    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