Move lint to end of CI. Narrow lint to server demo

This commit is contained in:
Steve Karg
2019-10-19 14:59:34 -05:00
parent 8427f15da7
commit 4c132011fb
+1 -1
View File
@@ -21,5 +21,5 @@ jobs:
- stage: lint
os: linux
compiler: clang
script: scan-build --status-bugs -analyze-headers -v make -j2 server
script: scan-build --status-bugs -analyze-headers -v make -j2 clean server