cmake-action/src
Alfi Maulana 23aad7b33f
feat: use child process package to execute command (#391)
* feat: use `execFileSync` from `node:child_process` package

* feat: modify `configureProject` function to be sync

* feat: modify `buildProject` function to be sync

* feat: display command output to the parent output
2024-08-06 12:29:28 +08:00
..
cmake.test.ts feat: use child process package to execute command (#391) 2024-08-06 12:29:28 +08:00
cmake.ts feat: use child process package to execute command (#391) 2024-08-06 12:29:28 +08:00
index.ts feat: use child process package to execute command (#391) 2024-08-06 12:29:28 +08:00
inputs.test.ts test: utilize new flat ESLint configuration (#294) 2024-04-12 22:55:35 +08:00
inputs.ts feat: remove redundant specification of CMake source directory (#273) 2024-03-25 14:03:03 +08:00