mate-desktop / mozo

Menu editor for MATE using the freedesktop.org menu specification
http://www.mate-desktop.org
GNU Lesser General Public License v2.1
28 stars 12 forks source link

CI: use autotoools for creating the tarball again #60

Closed raveit65 closed 5 years ago

raveit65 commented 5 years ago

@yetist Where can i add the sed command here? sed -i 's/$(POFILES) $(GMOFILES) \\/$(POFILES) \\/' po/Makefile.in.in I am missing the build_scripts here. Or do we have to switch to --build scripts first?

yetist commented 5 years ago

This case should switch to --build scripts first, then we can custom the ./autogen.sh && ./configure && make.

raveit65 commented 5 years ago

@yetist It builds but it looks like there is something missing in build_scripts: part. I am missing the debug result in logs.

raveit65 commented 5 years ago

I think i need to switch build type in after_scripts part too.

raveit65 commented 5 years ago

It seems to be working, but for some reasons i see the debug result on both commits. :confused: https://travis-ci.org/mate-desktop/mozo/jobs/549074720#L2260 https://travis-ci.org/mate-desktop/mozo/jobs/549074713#L2281

raveit65 commented 5 years ago

@yetist Please review.

yetist commented 5 years ago

It seems to be working, but for some reasons i see the debug result on both commits. https://travis-ci.org/mate-desktop/mozo/jobs/549074720#L2260 https://travis-ci.org/mate-desktop/mozo/jobs/549074713#L2281

It's ok, 106 is build on distcheck branch, 107 is the PR on master branch.