mirror of
https://github.com/fluencelabs/redis
synced 2025-07-03 02:41:33 +00: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