Skip to content
Snippets Groups Projects
Commit ea11d577 authored by Oz Linden's avatar Oz Linden
Browse files

call standard initialization functions from buildscripts build.sh

parent ff6369f5
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,8 @@ then
exit 1
fi
initialize_build # provided by master buildscripts build.sh
# Check to see if we're skipping the platform
if ! eval '$build_'"$arch"
then
......@@ -208,6 +210,8 @@ begin_section "Environment"
env|sort
end_section "Environment"
initialize_version # provided by buildscripts build.sh; sets version id
# Now run the build
succeeded=true
build_processes=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment