Skip to content

Commit

Permalink
Add py38 windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Jan 29, 2021
1 parent 1c77538 commit f60e22b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Expand Up @@ -29,6 +29,8 @@ environment:
Python_ROOT_DIR: c:/python36-x64
- platform: x64
Python_ROOT_DIR: c:/python37-x64
- platform: x64
Python_ROOT_DIR: c:/python38-x64

services:
- mssql2017
Expand Down Expand Up @@ -82,6 +84,8 @@ build_script:
- cmake --build . --config Release
- cd %BUILD_FOLDER%/build
- set PATH=%BUILD_FOLDER%/build/Release;%SDK_BIN%;%PATH%
# set the MapScript custom environment variable for py 3.8
- set MAPSERVER_DLL_PATH=%BUILD_FOLDER%/build/Release;%SDK_BIN%
- set PROJ_LIB=%SDK_BIN%/proj/SHARE
# check the mapserver exe can run
- mapserv -v
Expand Down

0 comments on commit f60e22b

Please sign in to comment.