summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Collapse)Author
2016-12-22DRTVWR-418: If we don't produce a symbol file, don't try to upload it.Nat Goodspeed
2016-12-22one more try... also fixing setting of viewer_channel without quotesOz Linden
2016-12-22try again to actually fix the installer name function for Mac (and maybe Linux?)Oz Linden
2016-12-22fix installer name function for Mac (and maybe Linux?)Oz Linden
2016-12-21DRTVWR-418: Migrate HAVOK suppression from autobuild.xml to build.sh.Nat Goodspeed
Turns out that without HAVOK, we can't build the PhysicsExtensions_TPV; but the viewer's build.sh is unaware of CMake switches set in autobuild.xml. Passing those CMake overrides in build.sh allows us to test that setting elsewhere in build.sh to skip the PhysicsExtensions_TPV step -- instead of failing the build.
2016-12-21DRTVWR-418: Temporarily disable Mac generate_breakpad_symbols.py.Nat Goodspeed
2016-12-09Merged in lindenlab/nat_viewer64 (pull request #6)nat_linden
DRTVWR-418: Change Mac build_directory to build-darwin-x86_64 since we no longer support 32-bit Mac builds.
2016-12-09add AUTOBUILD_ADDRSIZE to symbol file name for clarity, change output tag to ↵Oz Linden
just "Symbolfile"
2016-12-08DRTVWR-418: Change Mac build_directory to build-darwin-x86_64Nat Goodspeed
since we no longer support 32-bit Mac builds. The old build-darwin-i386 directory name appeared in a shocking number of files. Change CMake paths to use ${CMAKE_BINARY_DIR} -- or, when trying to find the packages subdirectory, ${AUTOBUILD_INSTALL_DIR}. Change the rest to at least look for build-darwin-*.
2016-12-08use native paths for llphysicsextensions_package file nameOz Linden
2016-12-08make all upload failures fatalOz Linden
2016-12-08correct upload of default installerOz Linden
2016-12-07make build.sh use the same build directory that autobuild.xml uses on WindowsOz Linden
2016-12-07comment out building the tpv distro for llphysicsextensions to unblock othersOz Linden
2016-12-07correct paths for building llphysicsextensions_tpv packageOz Linden
2016-12-05remove more bits of the old build systemOz Linden
2016-12-05correct merge duplications, put source_environment commands into sectionsOz Linden
2016-12-05merge sling-buildscripts updatesOz Linden
2016-12-03call standard initialization functions from buildscripts build.shOz Linden
2016-09-23adjust initialization function names to the new terminologyOz Linden
2016-09-20update calls to new codeticketOz Linden
2016-09-07don't upload summary.jsonOz Linden
2016-09-07do not display the autobuild package dataOz Linden
2016-09-07fix symbolfile uploadOz Linden
2016-09-07pass autobuild-package.xml to graph generatorOz Linden
2016-09-07directly invoke codeticket for outputOz Linden
2016-09-06use debian package names in uploads, set private according toOz Linden
new convention
2016-09-06display build metadata, remove obsolete private.htmlOz Linden
2016-09-01convert redirect to new python conventionOz Linden
2016-08-30simplify redirect generatorOz Linden
2016-08-30clean up logging, change debian installer upload name to "deb"Oz Linden
2016-08-30remove use of old build_ok variableOz Linden
2016-08-28use codeticket addinput parameter to register viewer_channelOz Linden
2016-08-28collapse autobuild initializeOz Linden
2016-08-28do custom initialize calls so that viewer_channel is taken into account for ↵Oz Linden
the buildid
2016-08-26rewrap uploadsOz Linden
2016-08-25convert upload_item to new upload_outputOz Linden
2016-08-15Set CMake UNATTENDED variable to suppress VSTool in TC builds.Nat Goodspeed
2016-07-26fail build on a failed configureOz Linden
2016-06-17simplify early failuresOz Linden
2016-06-16remove experimental redirectsOz Linden
2016-06-09correct check for disabled build; remove unused functionOz Linden
2016-06-09use autobuild --quiet because it puts everything on stderrOz Linden
2016-06-08first pass at new buildscripts logging conventionOz Linden
2016-04-26allow warnings from autobuildOz Linden
2016-03-24block additional packages on Linux... earlierOz Linden
2016-03-23disable building of additional viewer packages on linuxOz Linden
2016-03-09big hammer hack to get past additional packaging problem for LinuxOz Linden
2016-03-09remove upload of installed-packages (not needed now thatOz Linden
autobuild-package is uploaded)
2015-11-10fix tarball creation for doxygen outputOz Linden