We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef68374 commit 9f49fc6Copy full SHA for 9f49fc6
1 file changed
.appveyor.yml
@@ -1,6 +1,5 @@
1
clone_depth: 5
2
3
-# https://www.appveyor.com/docs/windows-images-software/
4
environment:
5
matrix:
6
#- GENERATOR: -G"Visual Studio 16 2019" -A x64
@@ -16,7 +15,7 @@ environment:
16
15
BUILD_TYPE: Release
17
PYTHON: "C:\\Python39-x64"
18
# add to path otherwise Cython is not found
19
- PATH: $(PYTHON)\Scripts;$(PATH)
+ PATH: C:\Program Files\Java\jdk11\bin;$(PYTHON)\Scripts;$(PATH)
20
PLATFORM: x64
21
JAVA_HOME: C:\Program Files\Java\jdk11
22
#- GENERATOR: -G"Visual Studio 15 2017 Win64"
@@ -39,6 +38,7 @@ environment:
39
38
40
install:
41
- 'systeminfo'
+ - 'echo JAVA_HOME=%JAVA_HOME%'
42
- 'java -version'
43
- 'git submodule update --init --recursive'
44
- "%PYTHON%\\python.exe -m pip install jupyter git+https://github.com/Nic30/hdlConvertorAst.git"
0 commit comments