Skip to content

Commit 079a7de

Browse files
ninjamuffin99Kade-github
authored andcommitted
simplify lil build script crap, remove .bat and .sh files and we just use .hxml
1 parent ee77c1a commit 079a7de

File tree

5 files changed

+4
-12
lines changed

5 files changed

+4
-12
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ jobs:
3939
haxelib install highlighting.hxml --always --quiet
4040
haxelib list
4141
42-
- name: Make build.sh executable
43-
run: chmod +x build.sh
44-
4542
- name: Run build script
46-
run: ./build.sh
43+
run: haxe build.hxml
4744

4845
- name: Upload build artifacts (optional)
4946
uses: actions/upload-artifact@v4

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ Install from npm:
2424
npm install
2525
```
2626

27-
Either run `build.bat` or `build.sh` depending on your platform.
28-
29-
(joke is, they're the same file)
27+
Run `haxe build.hxml`.
3028

3129
The main repo tells users to run it through neko, so we do that as well. But we also run highlighting.hxml for the code highlighting.
3230

build.bat

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

build.hxml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CodeCookBook-neko.hxml
2+
highlighting.hxml

build.sh

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

0 commit comments

Comments
 (0)