Fixed the test build for chakracore

Fixes #774
This commit is contained in:
Laurent Goderre 2018-06-04 10:48:18 -04:00
parent 6173c7fdb7
commit 218c30fd1b
1 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,11 @@ for version in "${versions[@]}"; do
tag=$(get_tag "${version}")
full_version=$(get_full_version "${version}")
# Required for chakracore
if [ -f "${version}/Dockerfile" ]; then
build "${version}" "default" "${tag}"
fi
# Get supported variants according to the target architecture.
# See details in function.sh
IFS=' ' read -ra variants <<<"$(get_variants "$(dirname "${version}")" "${variant_arg[@]}")"