Skip to content

Commit 9f49fc6

Browse files
committed
Second attempt to fix java11
1 parent ef68374 commit 9f49fc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
clone_depth: 5
22

3-
# https://www.appveyor.com/docs/windows-images-software/
43
environment:
54
matrix:
65
#- GENERATOR: -G"Visual Studio 16 2019" -A x64
@@ -16,7 +15,7 @@ environment:
1615
BUILD_TYPE: Release
1716
PYTHON: "C:\\Python39-x64"
1817
# add to path otherwise Cython is not found
19-
PATH: $(PYTHON)\Scripts;$(PATH)
18+
PATH: C:\Program Files\Java\jdk11\bin;$(PYTHON)\Scripts;$(PATH)
2019
PLATFORM: x64
2120
JAVA_HOME: C:\Program Files\Java\jdk11
2221
#- GENERATOR: -G"Visual Studio 15 2017 Win64"
@@ -39,6 +38,7 @@ environment:
3938

4039
install:
4140
- 'systeminfo'
41+
- 'echo JAVA_HOME=%JAVA_HOME%'
4242
- 'java -version'
4343
- 'git submodule update --init --recursive'
4444
- "%PYTHON%\\python.exe -m pip install jupyter git+https://github.com/Nic30/hdlConvertorAst.git"

0 commit comments

Comments
 (0)