Skip to content

Commit

Permalink
fixed jdk location for windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <[email protected]>
  • Loading branch information
OlegDokuka committed Aug 2, 2019
1 parent edffd33 commit f9161b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- rm -r "/c/Program Files (x86)/Microsoft Visual Studio 14.0"
- export PATH=$PATH:"/c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/HostX86/x64"
- choco install -y adoptopenjdk8
- export PATH=$PATH:"/c/Program Files/AdoptOpenJDK/jdk8u202-b08/bin"
- export PATH=$PATH:"/c/Program Files/AdoptOpenJDK/jdk8u212-b04/bin"
- wget https://github.com/google/protobuf/releases/download/v3.6.1/protobuf-cpp-3.6.1.tar.gz
- tar -xzf protobuf-cpp-3.6.1.tar.gz
- pushd protobuf-3.6.1/cmake
Expand Down

0 comments on commit f9161b5

Please sign in to comment.