feat: configure CMake from the JavaScript Action (#72)

* feat(action): modify to run `main/index.mjs` on Node 20

* feat: add configure cmake step

* feat: output build directory

* feat: get `source-dir` and `build-dir` inputs
This commit is contained in:
Alfi Maulana
2023-11-20 20:18:21 +07:00
committed by GitHub
parent ed7c2d179c
commit 48cb08d783
5 changed files with 27331 additions and 89 deletions

View File

@@ -7,6 +7,10 @@
"check": "sort-package-json && prettier --write . !main !README.md && eslint src",
"test": "jest"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.8",