GitHub Actions: automatically build and upload release artifacts, and auto-update update.pmmp.io (#4376)

This commit is contained in:
Dylan T
2021-08-18 14:02:52 +01:00
committed by GitHub
parent 5a970541f9
commit 7bd8d09023
7 changed files with 221 additions and 7 deletions

View File

@ -67,7 +67,7 @@
"scripts": {
"make-devtools": "@php -dphar.readonly=0 tests/plugins/DevTools/src/DevTools/ConsoleScript.php --make tests/plugins/DevTools --out plugins/DevTools.phar",
"make-server": [
"@composer install --no-dev --classmap-authoritative",
"@composer install --no-dev --classmap-authoritative --ignore-platform-reqs",
"@php -dphar.readonly=0 build/server-phar.php"
]
}