Skip to content

Commit

Permalink
Removed Far2 version from Appveyor build.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyhamster committed May 23, 2022
1 parent 27459c4 commit 8595d8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ shallow_clone: true
clone_depth: 1

configuration:
- Release-Far2
- Release-Far3

platform:
Expand Down Expand Up @@ -38,7 +37,7 @@ after_build:
xcopy source\Text\*.txt export\IntChecker2 /E /I /Y > nul
IF "%configuration%" == "Release-Far3" xcopy extra\scripts\* export\IntChecker2\scripts /E /I /Y > nul
xcopy extra\scripts\* export\IntChecker2\scripts /E /I /Y > nul
IF "%platform%" == "Win32" (SET P_ARCH=x86) ELSE (SET P_ARCH=%platform%)
Expand Down

0 comments on commit 8595d8f

Please sign in to comment.