We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb47da4 commit 8f078b1Copy full SHA for 8f078b1
.travis.yml
@@ -8,12 +8,7 @@ jobs:
8
include:
9
- name: sanity
10
script:
11
- - tests/scripts/recursion.pl library/*.c
12
- - tests/scripts/check-generated-files.sh
13
- - tests/scripts/check-doxy-blocks.pl
14
- - tests/scripts/check-names.sh
15
- - tests/scripts/check-files.py
16
- - tests/scripts/doxygen.sh
+ - tests/scripts/all.sh 'check_*'
17
- name: default configuration
18
19
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
0 commit comments