We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d35ed commit e9df551Copy full SHA for e9df551
.circleci/config.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+jobs:
3
+ build:
4
+ docker:
5
+ - image: 'redislabsmodules/rmbuilder:latest'
6
+ steps:
7
+ - checkout
8
+ - run:
9
+ name: Build
10
+ command: make -j 8
0 commit comments