Commit bd5443c
committed
Refactor CDS compilation within actions workflows
Replace platform-specific shell logic in cds-compilation-for-actions
scripts with a cross-platform Node.js script (compile-test-cds.mjs)
that reuses CDS extractor functions via a new esbuild library bundle.
The .cmd and .sh wrappers now delegate entirely to `node`.1 parent e2d0cae commit bd5443c
File tree
8 files changed
+7104
-612
lines changed- extractors/cds/tools
- dist
- workflow
8 files changed
+7104
-612
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments