Skip to content

Commit f4e90f9

Browse files
committed
[~] windows build remove dist directory
1 parent f9f0bf7 commit f4e90f9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Jenkinsfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
pipeline {
2-
options {
3-
timeout(time: 10, unit: 'MINUTES')
4-
}
5-
62
triggers {
73
githubPush()
84
}

build.bat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
call F:\env.bat
1+
rmdir F:\dist /s /q
2+
md F:\dist
23

3-
set
4+
call F:\env.bat
45

56
cmake -G "Visual Studio 16 2019" -DCMAKE_TOOLCHAIN_FILE="F:\vcpkg\scripts\buildsystems\vcpkg.cmake" -G"NMake Makefiles" -DWIN32_WIN64_CROSS_COMPILE=1 -DNOSERVER=1 -DCMAKE_INSTALL_PREFIX=F:\dist -DCMAKE_BUILD_TYPE="Release" -DSDL2_BUILDING_LIBRARY=1
67
nmake install

0 commit comments

Comments
 (0)