UG4 / ugcore

The core functionality of UG4. Includes sources, build-scripts, and utility scripts.
https://github.com/UG4/ugcore
Other
36 stars 23 forks source link

CI GitHub integration #6

Closed miho closed 6 years ago

miho commented 8 years ago

Currently, we do not connect our CI infrastructure with GitHub. We should definitely do that in order to fully benefit from GitHub issues, pull request notification etc.

miho commented 8 years ago

Travis CI is connected and should build ugcore automatically from now on. Other possibilities are the GitHub Command Status API or the GitHub Plugin for Jenkins.

Update:

Travis for ugcore: https://travis-ci.org/UG4/ugcore/

sreiter commented 8 years ago

This looks very nice!

miho commented 8 years ago

Reverting parallel build because of travis-ci/apt-package-whitelist#406. Maybe we should switch to a full VM build if the issue doesn't get fixed soon.

miho commented 8 years ago

Travis integration needs more work (does currently only work for main branch)

stephanmg commented 7 years ago

Add OSX to Travis and add Windows on AppVeyor.

See closed issue #9 why to do so.

stephanmg commented 7 years ago

ugcore build times out, suggestion: use clang instead of gcc in .travis.yml.

marscher commented 6 years ago

Or create a build matrix for the DIM cmake parameter, I assume building each dimension would divide build time by three?

miho commented 6 years ago

CI integration finally works: