|
|
|
@ -37,11 +37,11 @@ install:
|
|
|
|
|
jobs:
|
|
|
|
|
include:
|
|
|
|
|
- env: TEST_CMD="make -j 2 smoke-sketches"
|
|
|
|
|
- env: TEST_CMD="CCACHE_NOT_SUPPORTED=1 make travis-simulator-tests"
|
|
|
|
|
- env: TEST_CMD="CCACHE_NOT_SUPPORTED=1 make simulator-tests"
|
|
|
|
|
- env: TEST_CMD="make cpplint"
|
|
|
|
|
- env: TEST_CMD="make find-filename-conflicts"
|
|
|
|
|
- env: TEST_CMD="make shellcheck"
|
|
|
|
|
- env: TEST_CMD="make travis-check-astyle"
|
|
|
|
|
- env: TEST_CMD="make check-astyle"
|
|
|
|
|
script:
|
|
|
|
|
- unset CC
|
|
|
|
|
- eval $TEST_CMD
|
|
|
|
|