Fix make test. Undo CI change for parallel.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
language: c
|
language: c
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
- include:
|
||||||
- stage: demos-build
|
- stage: demos-build
|
||||||
os: linux
|
os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user