Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chkuendig committed Jan 5, 2024
1 parent 533c169 commit 26440de
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,32 +29,11 @@ jobs:
submodules: true
lfs: true

- name: Restore ScummVM cache
uses: actions/cache@v2
with:
path: |
./scummvm/engines/engines.awk
./scummvm/engines/detection_table.h
./scummvm/engines/plugins_table.h
./scummvm/config.h
./scummvm/config.mk
./scummvm/configure.stamp
./scummvm/dists/emscripten/emsdk-3.1.8
./scummvm/dists/emscripten/libs
./scummvm/**/*.[o,a]
./scummvm/**/**/*.[o,a]
./scummvm/**/**/**/*.[o,a]
./scummvm/**/**/**/**/*.[o,a]
./scummvm/**/**/**/**/**/*.[o,a]
./scummvm/**/**/**/**/**/**/*.[o,a]
key: scummvm-cache

- name: Build ScummVM 🔧
run: |
cd scummvm
./dists/emscripten/build.sh build run --enable-release --enable-plugins --enable-all-engines --default-dynamic --enable-png --enable-ogg --enable-vorbis --enable-gif --enable-mpeg2 --enable-freetype2 --enable-jpeg --enable-theoradec --enable-mad --enable-zlib \
--bundle-games=ft,grim/grim-win-demo1-en.zip,driller,comi/comi-win-large-demo-en.zip,warlock,sky/BASS-Floppy-1.3.zip,drascula/drascula-1.0.zip,monkey4/emi-win-demo-en.zip,feeble,queen/FOTAQ_Floppy.zip,ft,grim/grim-win-demo2-en.zip,lsl7,lure,myst,phantasmagoria,riven,tlj,sword2,sinistersix,"https://downloads.scummvm.org/frs/demos/hypno/wetlands-dos-demo1-en.zip",sanitarium
cp build-emscripten/scummvm.html build-emscripten/index.html
./dists/emscripten/build.sh icons
cp AUTHORS build-emscripten/
cp COPYING build-emscripten/
cp LICENSES/* build-emscripten/
Expand Down

0 comments on commit 26440de

Please sign in to comment.