[Github-comments] [geany/geany] Migrate from Travis CI to Github Actions (PR #2948)
Enrico Tröger
notifications at xxxxx
Sun Oct 17 22:30:34 UTC 2021
@eht16 commented on this pull request.
> +
+ - name: Run Tests
+ run: |
+ cd _build
+ make -j2 check
+
+ - name: Run distcheck
+ run: |
+ cd _build
+ make -j2 distcheck DISTCHECK_CONFIGURE_FLAGS="$CONFIGURE_FLAGS";
+
+ - name: ccache stats
+ run: |
+ ccache --show-stats
+
+ mingw:
The whole Windows part is subject to change later with a new, more real life build setup. This is why it is currently more or less copied from the Linux job and I find it this way more readable than many if's.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2948#pullrequestreview-781497534
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211017/bfb457db/attachment.htm>
More information about the Github-comments
mailing list