Publish the emscripten builds (#16541)

This commit is contained in:
pancake 2020-04-12 14:14:19 +02:00 committed by GitHub
parent 58f0d8343a
commit 00a30c943a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -125,6 +125,7 @@ before_install:
after_success:
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- compgen -G "r2js.zip" > /dev/null && bash upload.sh r2js.zip
- compgen -G "*.deb" > /dev/null && bash upload.sh *.deb
- compgen -G "/tmp/*.pkg" > /dev/null && bash upload.sh /tmp/*.pkg

View File

@ -24,3 +24,6 @@ cp -f plugins.emscripten.cfg plugins.cfg
./configure ${CFGFLAGS} --host=emscripten && \
make -s -j ${MAKE_JOBS} DEBUG=0
rm -f r2js.zip
zip r2js.zip binr/*/*.js binr/*/*/*.wasm