reports/mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 13 Feb 2017 12:00:51 +0100
branchjv
changeset 324 3bd7d9ad8b3f
parent 137 de5f09e5e605
permissions -rw-r--r--
Workaround for (presumably) race in TestReport On SWING CI, sometimes when test times out, the whole test run crashes on DNU as `outcome` instvar is nil. This is maybe because of some race. As a quick and dirty workaround, create a new one if outcome is nil. Proper solution is to revise the code and figure out what's wrong, indeed. This is left as future work.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
126
a27f9b3251b9 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     1
@REM -------
a27f9b3251b9 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     2
@REM make using mingw gnu compiler
a27f9b3251b9 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
a27f9b3251b9 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
a27f9b3251b9 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     5
@REM -------
137
de5f09e5e605 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 126
diff changeset
     6
@SET DEFINES=
de5f09e5e605 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 126
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
de5f09e5e605 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 126
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
de5f09e5e605 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 126
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
126
a27f9b3251b9 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    10
137
de5f09e5e605 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 126
diff changeset
    11
@pushd ..\..\..\rules
de5f09e5e605 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 126
diff changeset
    12
@call find_mingw.bat
de5f09e5e605 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 126
diff changeset
    13
@popd
de5f09e5e605 automatically generated by browser
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 126
diff changeset
    14
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
126
a27f9b3251b9 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    15
a27f9b3251b9 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
    16