File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,24 @@ compiler:
3
3
- clang
4
4
sudo : false
5
5
cache : ccache
6
+ os : linux
6
7
matrix :
7
8
include :
8
- - os : linux
9
+ - name : " Linter "
9
10
node_js : " latest"
11
+ env :
12
+ - NODE=$(which node)
10
13
install :
11
- - NODE=$(which node) make lint-md-build
14
+ - make lint-md-build
12
15
script :
13
- - NODE=$(which node) make lint-ci
14
- - os : linux
16
+ - make lint
17
+ - name : " Test Suite "
15
18
install :
16
19
- ./configure
17
20
- make -j2 V=
18
21
script :
19
- - make -j2 test-ci
20
- before_install :
21
- - export CXX="ccache clang++ -Qunused-arguments"
22
- - export CC="ccache clang -Qunused-arguments -Wno-unknown-warning-option"
23
- - export JOBS=2
22
+ - make -j2 test
23
+ before_install :
24
+ - export CXX="ccache clang++ -Qunused-arguments"
25
+ - export CC="ccache clang -Qunused-arguments -Wno-unknown-warning-option"
26
+ - export JOBS=2
You can’t perform that action at this time.
0 commit comments