Skip to content

Commit

Permalink
Stop building Irrlicht (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 authored Mar 27, 2024
1 parent 8e6bfd4 commit 5dcfde6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 53 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,10 @@ jobs:
. env.sh
./build.sh --all x86_64
- name: Archive (with Irrlicht)
- name: Archive
run: |
shopt -s extglob
cd deps && zip -9r ../deps.zip -- */!(PNG|JPEG)
ls -lh ../deps.zip
- name: Archive (without Irrlicht)
run: |
shopt -s extglob
cd deps && zip -9r ../deps-lite.zip -- */!(Irrlicht)
cd deps && zip -9r ../deps-lite.zip -- */
ls -lh ../deps-lite.zip
- name: Upload and tag
Expand All @@ -51,6 +45,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
tag: 'latest'
files: |
deps.zip
deps-lite.zip
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
44 changes: 0 additions & 44 deletions scripts/Irrlicht.sh

This file was deleted.

0 comments on commit 5dcfde6

Please sign in to comment.