Update deploy_master.sh and win.sh

This commit is contained in:
Andrea Cavalli 2020-08-18 19:31:46 +02:00
parent bc3285f0a7
commit decf87a5a7
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash -e
# Setup variables
export PATH=$PATH:/mnt/c/ProgramData/chocolatey/lib/maven/bin
export MAVEN_OPTS="--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/javax.crypto=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED"
if [ "$TRAVIS_CPU_ARCH" = "arm64" ]; then

View File

@ -14,6 +14,10 @@ exit 0
choco install gperf
choco install strawberryperl
# Setup variables
export PATH=$PATH:/mnt/c/ProgramData/chocolatey/lib/maven/bin
# End setup variables
cd $TRAVIS_BUILD_DIR
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg