Skip to content

Commit ca577e9

Browse files
authored
update
1 parent b8407f6 commit ca577e9

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,24 @@ Namespace: `zabap2ui5`
1111
| v750 | ![Static Badge](https://img.shields.io/badge/build-passed-green) |
1212
| v702 | ![Static Badge](https://img.shields.io/badge/build-passed-green) |
1313

14+
15+
### Build
16+
17+
```sh
18+
#!/bin/bash
19+
20+
set -e
21+
22+
# Force checkout to the build branch
23+
git clone https://github.com/abap2UI5/builder
24+
cd builder
25+
npm i
26+
27+
rm -rf setup/*
28+
cp -r ../setup/cloud/* setup
29+
npm run clone && npm run rename && npm run abaplint
30+
cp -r dist/* ..
31+
rm -rf ../builder
32+
33+
34+
```

setup/702/build.jsonc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
"abap2UI5"
55
]
66
}
7+
8+

test.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)