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
+1
View File
@@ -1,6 +1,7 @@
language: c
jobs:
- include:
- stage: demos-build
os: linux
compiler: gcc
+3 -3
View File
@@ -133,7 +133,7 @@ test:
$(MAKE) -s -C test clean
$(MAKE) -s -C test all
$(MAKE) -s -C test report
$(MAKE) -s -C demo/objects clean
$(MAKE) -s -C demo/objects all
$(MAKE) -s -C demo/objects report
$(MAKE) -s -C demo/object clean
$(MAKE) -s -C demo/object all
$(MAKE) -s -C demo/object report