Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 962 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 962 Bytes

ArchCI

Introduction

ArchCI is the continues integration service integrated with open source projects.

It's new and adopt lightweight container to run task. Thanks to docker ecosystem, we can use docker for resource isolation and kuberntes for scheduling tasks.

Worker: simple-worker, kubernetes-worker

Client: aci

Document: docs

Docker: docker-distribution

Usage

Currently you need to setup docker, postgresql and redis before running archci.

cd ArchCI/archci
go get
go build

It's written in go so you can run it at most platforms. We're providing an all-in-one docker image, which might minimize the effot to setup the continues integration service.

Development

Front-end

cd static
npm run watch
# Release
npm run lint
npm run build