Updated config.yml

pull/32/head
Geoffrey Merck 4 years ago
parent 56f6778e1a
commit a8cf4507d2

@ -27,7 +27,7 @@ jobs:
name: "Build App" name: "Build App"
command: "make -j 3 dstargateway" command: "make -j 3 dstargateway"
build-tests: build-tests:
docker: docker:
- image: cimg/base:stable - image: cimg/base:stable
steps: steps:
- checkout - checkout
@ -35,7 +35,7 @@ jobs:
name: "Build Tests" name: "Build Tests"
command: "make -j 3 tests" command: "make -j 3 tests"
run-tests: run-tests:
docker: docker:
- image: cimg/base:stable - image: cimg/base:stable
steps: steps:
- checkout - checkout

Loading…
Cancel
Save

Powered by TurnKey Linux.