Fix make test. Undo CI change for parallel.

This commit is contained in:
Steve Karg
2019-10-19 15:27:12 -05:00
parent 6bb702f488
commit 1abc4d93b8
2 changed files with 20 additions and 19 deletions
+17 -16
View File
@@ -1,19 +1,20 @@
language: c language: c
jobs: jobs:
- stage: demos-build - include:
os: linux - stage: demos-build
compiler: gcc os: linux
script: make clean all compiler: gcc
- stage: gateway-build script: make clean all
os: linux - stage: gateway-build
compiler: gcc os: linux
script: make clean gateway compiler: gcc
- stage: unit-tests script: make clean gateway
os: linux - stage: unit-tests
compiler: gcc os: linux
script: make clean test compiler: gcc
- stage: lint script: make clean test
os: linux - stage: lint
compiler: clang os: linux
script: scan-build --status-bugs -analyze-headers -v make -j2 clean server compiler: clang
script: scan-build --status-bugs -analyze-headers -v make -j2 clean server
+3 -3
View File
@@ -133,7 +133,7 @@ test:
$(MAKE) -s -C test clean $(MAKE) -s -C test clean
$(MAKE) -s -C test all $(MAKE) -s -C test all
$(MAKE) -s -C test report $(MAKE) -s -C test report
$(MAKE) -s -C demo/objects clean $(MAKE) -s -C demo/object clean
$(MAKE) -s -C demo/objects all $(MAKE) -s -C demo/object all
$(MAKE) -s -C demo/objects report $(MAKE) -s -C demo/object report