Skip to content

Commit

Permalink
Update to lastest commit in scummvm/scummvm#3766 and adding games to …
Browse files Browse the repository at this point in the history
…netlify git-lfs
  • Loading branch information
chkuendig committed Apr 9, 2022
1 parent fdf7db3 commit 8377a93
Show file tree
Hide file tree
Showing 23 changed files with 86 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .gitattributes
@@ -0,0 +1,18 @@
games/drascula-audio-mp3-2.0.zip filter=lfs diff=lfs merge=lfs -text
games/feeble-dos-ni-demo-en.zip filter=lfs diff=lfs merge=lfs -text
games/lure-1.1.zip filter=lfs diff=lfs merge=lfs -text
games/myst-win-demo-en.zip filter=lfs diff=lfs merge=lfs -text
games/tlj-demo-en.zip filter=lfs diff=lfs merge=lfs -text
games/Last_Express_demo.zip filter=lfs diff=lfs merge=lfs -text
games/ft-dos-demo-en.zip filter=lfs diff=lfs merge=lfs -text
games/lsl7-dos-demo-en.zip filter=lfs diff=lfs merge=lfs -text
games/queen-FOTAQ_Floppy.zip filter=lfs diff=lfs merge=lfs -text
games/grim-win-demo2-en.zip filter=lfs diff=lfs merge=lfs -text
games/hires1-MYSTHOUS.zip filter=lfs diff=lfs merge=lfs -text
games/monkey4-emi-win-demo-en.zip filter=lfs diff=lfs merge=lfs -text
games/riven-win-demo-en.zip filter=lfs diff=lfs merge=lfs -text
games/sword2-win-demo-en.zip filter=lfs diff=lfs merge=lfs -text
games/warlock-win-demo.zip filter=lfs diff=lfs merge=lfs -text
games/comi-win-large-demo-en.zip filter=lfs diff=lfs merge=lfs -text
games/phantasmagoria-dos-win-demo-en.zip filter=lfs diff=lfs merge=lfs -text
games/sky-BASS-Floppy-1.3.zip filter=lfs diff=lfs merge=lfs -text
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -27,11 +27,19 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true
lfs: true

# The games are stored as LFS objects so the build script isn't downloading them on every build
- name: Checkout LFS objects
run: git lfs checkout

- name: Move games
run: mv ./games/ ./scummvm/dists/emscripten/

- name: Build ScummVM 🔧
run: |
cd scummvm
./dists/emscripten/build.sh build --verbose --disable-all-engines --enable-plugins --disable-tinygl --default-dynamic --enable-engine=adl,testbed,scumm,scumm_7_8,grim,monkey4,mohawk,myst,riven,sci32,agos2,sword2,drascula,sky,lure,queen,testbed,director,stark --bundle-games=testbed,comi/comi-win-large-demo-en.zip,warlock,sky/BASS-Floppy-1.3.zip,drascula/drascula-audio-mp3-2.0.zip,monkey4,feeble,queen/FOTAQ_Floppy.zip,ft,grim/grim-win-demo2-en.zip,lsl7,lure,myst,phantasmagoria,riven,hires1,tlj,sword2
./dists/emscripten/build.sh build --verbose --enable-detection-dynamic --enable-plugins --disable-tinygl --default-dynamic --enable-all-engines --bundle-games=bundle-games=testbed,comi/comi-win-large-demo-en.zip,warlock,sky/BASS-Floppy-1.3.zip,drascula/drascula-audio-mp3-2.0.zip,monkey4,feeble,queen/FOTAQ_Floppy.zip,ft,grim/grim-win-demo2-en.zip,lsl7,lure,myst,phantasmagoria,riven,hires1,tlj,sword2,"https://archive.org/download/Last_Express_demo/Last_Express_demo.zip
cp build-emscripten/scummvm.html build-emscripten/index.html
cd ..
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
# Local Netlify folder
.netlify
2 changes: 2 additions & 0 deletions .lfsconfig
@@ -0,0 +1,2 @@
[lfs]
url = https://62e2746d-f1b8-4e76-8338-c33ad3147446.netlify.app/.netlify/large-media
3 changes: 3 additions & 0 deletions games/Last_Express_demo.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/comi-win-large-demo-en.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/drascula-audio-mp3-2.0.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/feeble-dos-ni-demo-en.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/ft-dos-demo-en.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/grim-win-demo2-en.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/hires1-MYSTHOUS.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/lsl7-dos-demo-en.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/lure-1.1.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/monkey4-emi-win-demo-en.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/myst-win-demo-en.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/phantasmagoria-dos-win-demo-en.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/queen-FOTAQ_Floppy.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/riven-win-demo-en.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/sky-BASS-Floppy-1.3.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/sword2-win-demo-en.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/tlj-demo-en.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions games/warlock-win-demo.zip
Git LFS file not shown
2 changes: 1 addition & 1 deletion scummvm
Submodule scummvm updated 420 files

0 comments on commit 8377a93

Please sign in to comment.