mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
add CI
This commit is contained in:
21
.circleci/config.yml
Normal file
21
.circleci/config.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/buildpack-deps
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: dep
|
||||
command: sudo apt-get install -y tcl
|
||||
- run:
|
||||
name: Build
|
||||
command: make
|
||||
- run:
|
||||
name: Test
|
||||
command: make test
|
||||
workflows:
|
||||
version: 2
|
||||
workflow:
|
||||
jobs:
|
||||
- build
|
||||
Reference in New Issue
Block a user