(filePath)
| 271 | } |
| 272 | |
| 273 | function deleteFile(filePath) { |
| 274 | return fs.promises.unlink(filePath); |
| 275 | } |
| 276 | |
| 277 | function runCMake(buildDir) { |
| 278 | let cmakeCommand = `cmake -S . -B ../tempBuild -DBABYLON_NATIVE_BUILD_SOURCETREE=ON -DBABYLON_NATIVE_BUILD_APPS=OFF -DBABYLON_NATIVE_PLUGIN_TESTUTILS=OFF -DBABYLON_NATIVE_INSTALL=OFF`; |
no outgoing calls
no test coverage detected