Skip to content

Commit 5dcfde6

Browse files
authored
Stop building Irrlicht (#8)
1 parent 8e6bfd4 commit 5dcfde6

File tree

2 files changed

+2
-53
lines changed

2 files changed

+2
-53
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,10 @@ jobs:
3333
. env.sh
3434
./build.sh --all x86_64
3535
36-
- name: Archive (with Irrlicht)
36+
- name: Archive
3737
run: |
3838
shopt -s extglob
39-
cd deps && zip -9r ../deps.zip -- */!(PNG|JPEG)
40-
ls -lh ../deps.zip
41-
42-
- name: Archive (without Irrlicht)
43-
run: |
44-
shopt -s extglob
45-
cd deps && zip -9r ../deps-lite.zip -- */!(Irrlicht)
39+
cd deps && zip -9r ../deps-lite.zip -- */
4640
ls -lh ../deps-lite.zip
4741
4842
- name: Upload and tag
@@ -51,6 +45,5 @@ jobs:
5145
token: ${{ secrets.GITHUB_TOKEN }}
5246
tag: 'latest'
5347
files: |
54-
deps.zip
5548
deps-lite.zip
5649
if: github.event_name == 'push' && github.ref == 'refs/heads/master'

scripts/Irrlicht.sh

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

0 commit comments

Comments
 (0)