changed buildkite script to call other scripts
This commit is contained in:
parent
871810ad7e
commit
83a6eca803
1 changed files with 3 additions and 9 deletions
|
@ -14,12 +14,6 @@ rem limitations under the License.
|
||||||
md build
|
md build
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64
|
call run_cmake.bat
|
||||||
|
call run_ninja.bat all
|
||||||
cmake.exe ..\llvm -G Ninja ^
|
call run_ninja.bat check-all
|
||||||
-D LLVM_ENABLE_PROJECTS="clang;clang-tools-extra;libcxx;libcxxabi;lld" ^
|
|
||||||
-D LLVM_ENABLE_ASSERTIONS=ON
|
|
||||||
|
|
||||||
ninja all
|
|
||||||
|
|
||||||
ninja check-all
|
|
Loading…
Reference in a new issue