projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d11b75
)
do not lint on windows CI
author
Zeke Sikelianos
<zeke@sikelianos.com>
Wed, 30 Mar 2016 21:21:07 +0000
(14:21 -0700)
committer
Kevin Sawicki
<kevinsawicki@gmail.com>
Thu, 31 Mar 2016 00:00:34 +0000
(17:00 -0700)
script/cibuild
patch
|
blob
|
history
diff --git
a/script/cibuild
b/script/cibuild
index 437f4e27c6604429aba21012ee935a296f693653..54cfa508910abe49764e406faa779c23d2632763 100755
(executable)
--- a/
script/cibuild
+++ b/
script/cibuild
@@
-62,11
+62,10
@@
def main():
args += ['--dev']
run_script('bootstrap.py', args)
- sys.stderr.write('\nRunning `npm run lint`\n')
- sys.stderr.flush()
- execute([npm, 'run', 'lint'])
-
if PLATFORM != 'win32':
+ sys.stderr.write('\nRunning `npm run lint`\n')
+ sys.stderr.flush()
+ execute([npm, 'run', 'lint'])
run_script('pylint.py')
if is_release:
run_script('build.py', ['-c', 'R'])