@@ -4,22 +4,30 @@ compiler:
4
4
sudo : false
5
5
cache : ccache
6
6
7
- script :
8
- - tests/scripts/recursion.pl library/*.c
9
- - tests/scripts/check-generated-files.sh
10
- - tests/scripts/check-doxy-blocks.pl
11
- - tests/scripts/check-names.sh
12
- - tests/scripts/check-files.py
13
- - tests/scripts/doxygen.sh
14
- - cmake -D CMAKE_BUILD_TYPE:String="Check" .
15
- - make
16
- - make test
17
- - programs/test/selftest
18
- - OSSL_NO_DTLS=1 tests/compat.sh
19
- - tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl'
20
- - tests/scripts/test-ref-configs.pl
21
- - tests/scripts/curves.pl
22
- - tests/scripts/key-exchanges.pl
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
17
+ - name : default configuration
18
+ script :
19
+ - cmake -D CMAKE_BUILD_TYPE:String="Check" .
20
+ - make
21
+ - make test
22
+ - programs/test/selftest
23
+ - OSSL_NO_DTLS=1 tests/compat.sh
24
+ - tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl'
25
+ - name : enumerated configurations
26
+ script :
27
+ - tests/scripts/test-ref-configs.pl
28
+ - tests/scripts/curves.pl
29
+ - tests/scripts/key-exchanges.pl
30
+
23
31
after_failure :
24
32
- tests/scripts/travis-log-failure.sh
25
33
env :
0 commit comments