Keep the continuous integration build scripts in the repo.
We use scripts like these with jenkins to do automatic build and test runs on every commit. Keeping the build instructions in the source repository itself makes it easier to track changes, and easier to make atomic updates when something is moved in the build system which breaks the jenkins runs.
ci/autotools.sh
0 → 100755
ci/unix.sh
0 → 100755
Please register or sign in to comment