Move lint to end of CI. Narrow lint to server demo
This commit is contained in:
+4
-4
@@ -6,10 +6,6 @@ compiler:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: lint
|
|
||||||
os: linux
|
|
||||||
compiler: clang
|
|
||||||
script: scan-build --status-bugs -analyze-headers -v make -j2
|
|
||||||
- stage: demos-build
|
- stage: demos-build
|
||||||
os: linux
|
os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
@@ -22,4 +18,8 @@ jobs:
|
|||||||
os: linux
|
os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
script: make clean test
|
script: make clean test
|
||||||
|
- stage: lint
|
||||||
|
os: linux
|
||||||
|
compiler: clang
|
||||||
|
script: scan-build --status-bugs -analyze-headers -v make -j2 server
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user