Update deploy_master.sh and win.sh
This commit is contained in:
parent
bc3285f0a7
commit
decf87a5a7
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
# Setup variables
|
# 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"
|
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
|
if [ "$TRAVIS_CPU_ARCH" = "arm64" ]; then
|
||||||
|
@ -14,6 +14,10 @@ exit 0
|
|||||||
choco install gperf
|
choco install gperf
|
||||||
choco install strawberryperl
|
choco install strawberryperl
|
||||||
|
|
||||||
|
# Setup variables
|
||||||
|
export PATH=$PATH:/mnt/c/ProgramData/chocolatey/lib/maven/bin
|
||||||
|
# End setup variables
|
||||||
|
|
||||||
cd $TRAVIS_BUILD_DIR
|
cd $TRAVIS_BUILD_DIR
|
||||||
git clone https://github.com/Microsoft/vcpkg.git
|
git clone https://github.com/Microsoft/vcpkg.git
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
|
Loading…
Reference in New Issue
Block a user