CI: Travis: build.sh: add: GHCJS_BUILD function, add notes

M  build.sh
This commit is contained in:
Anton-Latukha 2020-05-27 17:50:11 +03:00
parent 6c70cda5c5
commit 8c94f92dc3
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,14 @@
# NOTE: Script for the CI builds. CI comes here from `.travis.yml`
GHCJS_BUILD(){
# NOTE: Function for GHCJS build that outputs its huge log into a file
# NOTE: Run the build into Log (log is too long for Travis)
"$@" &> "$ghcjsTmpLogFile"
}
BUILD_PROJECT(){
set -xe
set -euo pipefail