summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-06-22 13:29:17 +0200
committerraveit65 <[email protected]>2019-06-22 14:42:57 +0200
commitbb67f229d887603db3360b1758d93220f4a0dd04 (patch)
treeda1cbc2707b4a75353fad9c852cbf1e1dd1ceb2a
parentfd39327e3b59bab21d430c090cff37d78f36c7f7 (diff)
downloadmozo-bb67f229d887603db3360b1758d93220f4a0dd04.tar.bz2
mozo-bb67f229d887603db3360b1758d93220f4a0dd04.tar.xz
CI: switch to build_scripts and fix make distcheck
to remove .gmo files
-rw-r--r--.travis.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 07a454e..c1e3041 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ install:
- ./docker-build --name ${DISTRO} --config .travis.yml --install
script:
- - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build meson --build autotools
+ - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build meson --build scripts
deploy:
- provider: script
@@ -110,13 +110,20 @@ before_scripts:
- make
- make install
+build_scripts:
+ - ./autogen.sh
+ - sed -i 's/$(POFILES) $(GMOFILES) \\/$(POFILES) \\/' po/Makefile.in.in
+ - ./configure
+ - make
+
after_scripts:
- - if [ ${BUILD_TYPE} == "autotools" ];then
+ - if [ ${BUILD_TYPE} == "scripts" ];then
- if [ ${DISTRO_NAME} == "debian" ];then
- curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh
- bash ./debian.sh
- fi
- make distcheck
+ - tar tf mozo-*.tar.xz|grep po #just for view
- fi
releases: