From e06c558a86298a470b2ad2844c8d2bce4fc8a2ab Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 8 Aug 2014 10:58:26 +0800 Subject: [PATCH] Add lint scripts. --- appveyor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ad31a2c..21164c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,11 +17,14 @@ install: - cmd: SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH% - cmd: SET PATH=C:\python27;%PATH% - cmd: python script/bootstrap.py - - python script/build.py -c Debug + - cmd: python script/build.py -c Debug test_script: - node --version - npm --version - - cmd: python script/test.py + - cmd: python script/cpplint.py + - cmd: python script/pylint.py + - cmd: python script/coffeelint.py + - cmd: python script/test.py --ci build: off -- 2.7.4