Skip to content

Commit a519eca

Browse files
author
Marcos Bracco
committed
teamcity script update
1 parent 10b3e1c commit a519eca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

checker/tools/teamcity-ninja-windows.bat

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ if not exist "llvm-project\" (
1515
)
1616

1717
cd ..
18+
19+
if not exist "build\" (
20+
mkdir build
21+
)
22+
1823
cd build
1924

2025
if not exist "teamcity\" (

0 commit comments

Comments
 (0)