Skip to content

Commit 6cdbdad

Browse files
committed
Build script fixes...
1 parent db21517 commit 6cdbdad

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CI/build.cmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ git clean -f -x -d FlashDevelop\Bin\Debug
4747

4848
:: Remove unnecessary files
4949
rd "FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
50-
del "FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
5150
rd "FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
5251
for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "%%~G"
5352
del "FlashDevelop\Bin\Debug\StartPage\images\*.*" /q
@@ -78,6 +77,9 @@ ren FlashDevelop\Bin\Debug\FlashDevelop64.exe HaxeDevelop64.exe
7877
ren FlashDevelop\Bin\Debug\FlashDevelop.exe.config HaxeDevelop.exe.config
7978
ren FlashDevelop\Bin\Debug\FlashDevelop64.exe.config HaxeDevelop64.exe.config
8079

80+
: Remove files after build
81+
del "FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
82+
8183
:: Check for build errors
8284
if %errorlevel% neq 0 goto :error
8385

CI/buildl.cmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ git clean -f -x -d FlashDevelop\Bin\Debug
5757

5858
:: Remove unnecessary files
5959
rd "FlashDevelop\Bin\Debug\Tools\flexpmd" /s /q
60-
del "FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
6160
rd "FlashDevelop\Bin\Debug\Tools\flexlibs\frameworks\libs\player" /s /q
6261
for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "%%~G"
6362
del "FlashDevelop\Bin\Debug\StartPage\images\*.*" /q
@@ -88,6 +87,9 @@ ren FlashDevelop\Bin\Debug\FlashDevelop64.exe HaxeDevelop64.exe
8887
ren FlashDevelop\Bin\Debug\FlashDevelop.exe.config HaxeDevelop.exe.config
8988
ren FlashDevelop\Bin\Debug\FlashDevelop64.exe.config HaxeDevelop64.exe.config
9089

90+
: Remove files after build
91+
del "FlashDevelop\Bin\Debug\Plugins\CodeAnalyzer.dll" /q
92+
9193
:: Check for build errors
9294
if %errorlevel% neq 0 goto :error
9395

0 commit comments

Comments
 (0)