[Github-comments] [geany-plugins] Enable Travis CI v2 (#394)
Frank Lanitz
notifications at xxxxx
Wed Mar 9 18:52:51 UTC 2016
> + fi
> + - test -z "$TEMPDIR" || rm -rf "$TEMPDIR"
> + - export PKG_CONFIG_PATH="$HOME/$libgit2dir/lib/pkgconfig:$PKG_CONFIG_PATH"
> + - export LD_LIBRARY_PATH="$HOME/$libgit2dir/lib:$LD_LIBRARY_PATH"
> +
> +before_script:
> + # prepare for GP
> + - export CFLAGS="-g -O2 -Werror=pointer-arith -Werror=aggregate-return -Werror=implicit-function-declaration"
> +
> +script:
> + - >
> + NOCONFIGURE=1 ./autogen.sh &&
> + mkdir _build &&
> + cd _build &&
> + ../configure &&
> + make -j2 &&
OK. I just dropped -j out of my mind years ago as it didn't work. If its working by now, I'm fine ;)
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/394/files#r55568225
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160309/cf919c9a/attachment.html>
More information about the Github-comments
mailing list