()
| 66 | |
| 67 | |
| 68 | def build(): |
| 69 | if BUILD_TYPE != "None": # do not build SpiderMonkey if we are not compiling |
| 70 | ensure_spidermonkey() |
| 71 | run_cmake_build() |
| 72 | if BUILD_TYPE != "None": # do not copy artifacts if we did not build them |
| 73 | copy_artifacts() |
| 74 | |
| 75 | |
| 76 | if __name__ == "__main__": |
no test coverage detected