|
|
|
@ -19,16 +19,15 @@ jobs:
|
|
|
|
command: |
|
|
|
|
command: |
|
|
|
|
sudo apt-get update
|
|
|
|
sudo apt-get update
|
|
|
|
sudo apt-get -y install libgtest-dev libcurl4-openssl-dev libboost-dev
|
|
|
|
sudo apt-get -y install libgtest-dev libcurl4-openssl-dev libboost-dev
|
|
|
|
|
|
|
|
- run:
|
|
|
|
|
|
|
|
name: "Build App"
|
|
|
|
|
|
|
|
command: "make -j 3 dstargateway"
|
|
|
|
- run:
|
|
|
|
- run:
|
|
|
|
name: "Build Tests"
|
|
|
|
name: "Build Tests"
|
|
|
|
command: "make -j 3 tests"
|
|
|
|
command: "make -j 3 tests"
|
|
|
|
- run:
|
|
|
|
- run:
|
|
|
|
name: "Run Tests"
|
|
|
|
name: "Run Tests"
|
|
|
|
command: "make run-tests"
|
|
|
|
command: "make run-tests"
|
|
|
|
- run:
|
|
|
|
|
|
|
|
name: "Build App"
|
|
|
|
|
|
|
|
command: "make -j 3 dstargateway"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Invoke jobs via workflows
|
|
|
|
# Invoke jobs via workflows
|
|
|
|
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
|
|
|
|
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
|
|
|
|
workflows:
|
|
|
|
workflows:
|
|
|
|
|