File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ before_script:
33
33
- sudo apt-get install --yes valgrind
34
34
- luarocks install busted
35
35
- luarocks install luasocket
36
+ - git clone https://github.com/starius/config
37
+ - ./config/.bin/install-astyle
36
38
37
39
script :
38
40
- export LD_PRELOAD=/lib/x86_64-linux-gnu/libpthread.so.0
@@ -44,7 +46,7 @@ script:
44
46
# catch errors in automate_bindings.py, but all the errors in
45
47
# `after_success` sections are ignored by the worker.
46
48
- coveralls --include src
47
- - ./tools/automate_bindings.py --bind /usr/include/Wt/WText
49
+ - ./tools/automate_bindings.sh --bind /usr/include/Wt/WText
48
50
- mv src/luawt/WText.cpp src/luawt/WText.cpp.orig
49
- - ./tools/automate_bindings.py --bind /usr/include/Wt/WText --blacklist tools/blacklist_test.yaml --module-only
51
+ - ./tools/automate_bindings.sh --bind /usr/include/Wt/WText --blacklist tools/blacklist_test.yaml --module-only
50
52
- " ! cmp src/luawt/WText.cpp src/luawt/WText.cpp.orig"
You can’t perform that action at this time.
0 commit comments