Continuous integration topic

Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production. A complementary practice to CI is that before submitting work, each programmer must do a complete build and run (and pass) all unit tests. Integration tests are usually run automatically on a CI server when it detects a new commit.

List Continuous integration repositories

archimate-ci-image

39
Stars
23
Forks
Watchers

Archi container image for use in continuous integration pipelines

phpci-installer

19
Stars
1
Forks
Watchers

PHPCI Easy Installer for Laravel Homestead

awesome-ci

3.5k
Stars
256
Forks
Watchers

List of Continuous Integration services

run-on-arch-action

651
Stars
142
Forks
Watchers

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU

go-test-teamcity

19
Stars
10
Forks
Watchers

Convert golang test output to TeamCity format

gojenkins

843
Stars
439
Forks
Watchers

Jenkins API Client in Go. Looking for maintainers to move this project forward.

awesome-bazel

1.1k
Stars
130
Forks
Watchers

A curated list of Bazel rules, tooling and resources.

volkswagen

65
Stars
2
Forks
Watchers

volkswagen detects when your tests are executed in a CI-environment and makes them pass

changelog-ci

124
Stars
20
Forks
Watchers

Changelog CI is a GitHub Action that enables a project to automatically generate changelogs

emake.el

28
Stars
3
Forks
Watchers

Test Elisp without the hoops