Skip to content

Commit

Permalink
[ci] add python 3.8 support on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
benEnsta committed Jun 3, 2020
1 parent 1d6bc8a commit 5c3cf0f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ environment:
PYTHON_EXE: "C:\\Python37-x64/python.exe"
DL_IBEX_FILES: "%DL_IBEX_FILES_WIN64%"
IBEX_FILES: "ibex-lib-2.8.6-win64"
- CMAKE_PLATFORM: "Visual Studio 14 2015 Win64"
PYTHON_DIR: "C:\\Python38-x64"
PYTHON_EXE: "C:\\Python38-x64/python.exe"
DL_IBEX_FILES: "%DL_IBEX_FILES_WIN64%"
IBEX_FILES: "ibex-lib-2.8.6-win64"
- CMAKE_PLATFORM: "Visual Studio 14 2015 Win64"
PYTHON_DIR: "C:\\Python38-x64"
PYTHON_EXE: "C:\\Python38-x64/python.exe"
DL_IBEX_FILES: "%DL_IBEX_FILES_WIN64%"
IBEX_FILES: "ibex-lib-2.8.6-win64"

USERNAME:
secure: x/KrtKQDdjxKhvPlvfdiMQ==
Expand Down

0 comments on commit 5c3cf0f

Please sign in to comment.