Update appveyor.yml

This commit is contained in:
Peter Dimov
2019-04-15 17:52:52 +03:00
parent 657f67e12a
commit 8ada4f352f

View File

@@ -56,11 +56,11 @@ install:
- cmd /c bootstrap
- set USER_CONFIG=%HOMEDRIVE%%HOMEPATH%\user-config.jam
- |-
echo "using python : 2.7 : C:/Python27 ;" >> %USER_CONFIG%
echo using python : 2.7 : C:/Python27 ; >> %USER_CONFIG%
- |-
echo "using python : 3.6 : C:/Python36 ;" >> %USER_CONFIG%
echo using python : 3.6 : C:/Python36 ; >> %USER_CONFIG%
- |-
echo "using python : 3.7 : C:/Python37 ;" >> %USER_CONFIG%
echo using python : 3.7 : C:/Python37 ; >> %USER_CONFIG%
- b2 -d0 headers
build: off