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
jobs:
- stage: demos-build
os: linux
compiler: gcc
script: make clean all
- stage: gateway-build
os: linux
compiler: gcc
script: make clean gateway
- stage: unit-tests
os: linux
compiler: gcc
script: make clean test
- stage: lint
os: linux
compiler: clang
script: scan-build --status-bugs -analyze-headers -v make -j2 clean server
- include:
- stage: demos-build
os: linux
compiler: gcc
script: make clean all
- stage: gateway-build
os: linux
compiler: gcc
script: make clean gateway
- stage: unit-tests
os: linux
compiler: gcc
script: make clean test
- stage: lint
os: linux
compiler: clang
script: scan-build --status-bugs -analyze-headers -v make -j2 clean server