ci.py: copy std.cfg to daca2 folder to get better results.

This commit is contained in:
Daniel Marjamäki 2013-12-12 20:10:46 +01:00
parent 56ff1269d4
commit 17099d74d6
2 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,8 @@ def daca2(foldernum):
['nice', 'make', 'SRCDIR=build', 'CXXFLAGS=-O2', 'CPPFLAGS=-DMAXTIME=600'])
subprocess.call(
['mv', 'cppcheck', os.path.expanduser('~/daca2/cppcheck-O2')])
subprocess.call(
['cp', 'cfg/std.cfg', os.path.expanduser('~/daca2/')])
subprocess.call(['python', 'tools/daca2.py', folder, '--rev=' + rev])

View File

@ -148,6 +148,8 @@ def daca2(foldernum):
['nice', 'make', 'SRCDIR=build', 'CXXFLAGS=-O2', 'CPPFLAGS=-DMAXTIME=600'])
subprocess.call(
['mv', 'cppcheck', os.path.expanduser('~/daca2/cppcheck-O2')])
subprocess.call(
['cp', 'cfg/std.cfg', os.path.expanduser('~/daca2/')])
subprocess.call(['python', 'tools/daca2.py', folder, '--rev=' + rev])
daca2report()