andreacavalli
/
JTDLib
Archived
forked from ErnyTech/JTDLib
1
0
Fork 0

Update deploy_master.sh, linux.sh, and win.sh

This commit is contained in:
Andrea Cavalli 2020-08-18 16:35:14 +02:00
parent ffdac3537c
commit 431ed1b729
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash -e
echo "Deployed"
echo "$TRAVIS_OS_NAME"
ls -alch $TRAVIS_BUILD_DIR/out
ls -alch $TRAVIS_BUILD_DIR

View File

@ -1,5 +1,8 @@
#!/bin/bash -e
touch "$TRAVIS_BUILD_DIR/out/lib-$TRAVIS_OS_NAME-$TRAVIS_CPU_ARCH"
exit 0
sudo apt-get update
#sudo apt-get upgrade
sudo apt-get install make git zlib1g-dev libssl-dev gperf php cmake default-jdk g++ ccache

View File

@ -1,5 +1,8 @@
#!/bin/bash -e
touch "$TRAVIS_BUILD_DIR/out/lib-$TRAVIS_OS_NAME-$TRAVIS_CPU_ARCH"
exit 0
# Build deps
choco install gperf
choco install strawberryperl