|
|
|
@ -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
|
|
|
|
|