Skip to content

Commit

Permalink
Don't wipe out PATH var.
Browse files Browse the repository at this point in the history
[skip travis]
  • Loading branch information
grafikrobot committed Mar 24, 2019
1 parent 93d0011 commit bf45b18
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ branches:

environment:
matrix:
# - TOOLSET: vc142
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 Preview
# TEST_TOOLSET: msvc
- TOOLSET: vc141
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
TEST_TOOLSET: msvc
Expand Down Expand Up @@ -55,7 +52,7 @@ configuration:

build_script:
- cd src/engine
- set PATH=PATH;%CXX_PATH%
- set PATH=%PATH%;%CXX_PATH%
- build.bat %TOOLSET%
- cd ../..

Expand Down

0 comments on commit bf45b18

Please sign in to comment.