Pass USE_PCH=0 to both "make all tests" and "make install"
If we don't, then "make install" recompiles the project.
This commit is contained in:
parent
a22f493982
commit
977019785c
@ -102,7 +102,7 @@ def buildTarget(target):
|
||||
buildArgs += ["-j8"]
|
||||
subprocess.check_call(buildArgs)
|
||||
subprocess.check_call(["build\\trivial_test.exe"])
|
||||
subprocess.check_call(["make.exe", "PREFIX=ship\\packages\\" + packageName, "install"])
|
||||
subprocess.check_call(["make.exe", "USE_PCH=0", "PREFIX=ship\\packages\\" + packageName, "install"])
|
||||
subprocess.check_call(["tar.exe", "cvfz",
|
||||
packageName + ".tar.gz",
|
||||
packageName], cwd=os.path.join(os.getcwd(), "ship", "packages"))
|
||||
|
Loading…
Reference in New Issue
Block a user