Skip to content

Commit

Permalink
BehaviorTree#2 fix mingw build
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Dec 13, 2018
1 parent e921822 commit 5877ba4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ environment:
PYTHON: "C:\\Python37"

matrix:
- MINGW_CONFIGURATIONS: '5@x86@seh2@posix, 6@x86_64@seh@posix, 7@x86_64@seh@posix, 8@x86_64@seh@posix'
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONAN_VISUAL_VERSIONS: 12
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONAN_VISUAL_VERSIONS: 14
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CONAN_VISUAL_VERSIONS: 15
- MINGW_CONFIGURATIONS: '5@x86@seh@posix, 6@x86_64@seh@posix, 7@x86_64@seh@posix, 8@x86_64@seh@posix'

install:
- set PATH=%PATH%;%PYTHON%/Scripts/
Expand Down

0 comments on commit 5877ba4

Please sign in to comment.