Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
a2ac5c38
Commit
a2ac5c38
authored
Mar 15, 2019
by
Guy Korland
Browse files
add CI
parent
e216ceaf
Changes
1
Show whitespace changes
Inline
Side-by-side
.circleci/config.yml
0 → 100644
View file @
a2ac5c38
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment