Confirmed users
333
edits
(Started try syntax) |
(add platforms) |
||
Line 49: | Line 49: | ||
==Build types (-b / --build)== | ==Build types (-b / --build)== | ||
There are two available build types: debug and opt. If you want both use <code>-b do</code>, for only debug builds use <code>-b d</code>, and use <code>-b o</code> for only optimized builds. | There are two available build types: <code>debug</code> and <code>opt</code>. If you want both use <code>-b do</code>, for only debug builds use <code>-b d</code>, and use <code>-b o</code> for only optimized builds. | ||
==Platforms (-p / --platform)== | |||
The currently available platforms are <code>linux</code>, <code>linux64</code>, <code>linux64-asan</code> (debug-only), and <code>win64</code>. Specify any combination of those, like <code>-p linux,win64</code>, to choose the platforms your patch should be tested on. If you want to test all platforms use <code>-p all</code>, if you want no platforms (which is only useful when you want only tools, see below) then use <code>-p none</code>. |