Skip to content

Commit 5860b18

Browse files
committed
Clean bin...
1 parent acd0cdd commit 5860b18

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CI/build.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ set PATH=%PATH%;C:\Program Files\7-Zip\
88

99
:flashdevelop
1010

11-
:: Reset bin files
12-
git clean -f -x -d FlashDevelop\Bin\Debug
13-
1411
:: Check for build errors
1512
if %errorlevel% neq 0 goto :error
1613

@@ -43,6 +40,9 @@ if %errorlevel% neq 0 goto :error
4340

4441
:haxedevelop
4542

43+
:: Reset bin files
44+
git clean -f -x -d FlashDevelop\Bin\Debug
45+
4646
:: Remove bad files
4747
del FlashDevelop\Bin\Debug\FlashDevelop.exe.config
4848
del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q

CI/buildl.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ if %errorlevel% neq 0 goto :error
4848

4949
:haxedevelop
5050

51+
:: Reset bin files
52+
git clean -f -x -d FlashDevelop\Bin\Debug
53+
5154
:: Remove bad files
5255
del FlashDevelop\Bin\Debug\FlashDevelop.exe.config
5356
del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q

0 commit comments

Comments
 (0)