blob: 7e762dba76908b150cfda17926ae212c975f5076 [file] [log] [blame]
@echo off
:: This batch file is a wrapper so that we can set up our environment, and then
:: kick off a build in bamboo
:: Run our env setup script
call %TOOLS_DIR%\Environment.bat -qnc -p ETCH
:: Call ant with the arguments that we pass in
call ant %*