Mon, 03 Sep 2018 22:49:31 -0500
build and install talkatu as it's actively being developed and isn't packaged yet
| bitbucket-pipelines.yml | file | annotate | diff | comparison | revisions |
--- a/bitbucket-pipelines.yml Mon Sep 03 21:57:10 2018 -0500 +++ b/bitbucket-pipelines.yml Mon Sep 03 22:49:31 2018 -0500 @@ -5,6 +5,10 @@ - step: script: - set -ex + - hg clone https://bitbucket.org/pidgin/talkatu + - meson talkatu talkatu/build + - ninja -C talkatu/build install + - ldconfig - meson -Dsilc=false -Ddoc=true -Ddebug=true build - ninja -C build - ninja -C build test