diff options
author | Andrey Andreev <narf@devilix.net> | 2022-03-03 00:20:55 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2022-03-03 00:20:55 +0100 |
commit | 3378180483140fa9251e50843bda15a508e85e89 (patch) | |
tree | 5511462e595ccd3d40033d5c2ec01154ff2aa7eb /build-release.sh | |
parent | bb7192e43b251cb9620b35859f6283e80897c331 (diff) | |
parent | 4196eb22d7aa2f9d8325865567c2cbb82fd70960 (diff) |
Merge branch '3.1-stable' into develop
Diffstat (limited to 'build-release.sh')
-rwxr-xr-x | build-release.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/build-release.sh b/build-release.sh index 30967fc2e..d05f2fcee 100755 --- a/build-release.sh +++ b/build-release.sh @@ -48,7 +48,6 @@ fi echo "Running tests ..." php -d zend.enable_gc=0 -d date.timezone=UTC -d mbstring.func_overload=7 -d mbstring.internal_encoding=UTF-8 vendor/bin/phpunit --coverage-text --configuration tests/travis/sqlite.phpunit.xml -phpunit if [ $? -ne 0 ] then @@ -72,19 +71,6 @@ then exit 1 fi -echo "Building EPUB docs; please check output for warnings ..." -echo "" - -make epub - -echo "" - -if [ $? -ne 0 ] -then - echo "Build FAILED!" - exit 1 -fi - cd .. if [ -d user_guide/ ] |