Fix linux script, install automake

This commit is contained in:
Ugljesa Jovanovic 2020-06-10 19:36:11 +02:00 committed by Ugljesa Jovanovic
parent 5d18629648
commit d98143bde7
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ matrix:
KBUILD=linux KBUILD=linux
JAVA_OPTS=-Xmx2g JAVA_OPTS=-Xmx2g
#skip ./gradlew assemble that is normally invoked in installation step #skip ./gradlew assemble that is normally invoked in installation step
install: true install: sudo apt-get install automake
script: script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./linuxBuild.sh; fi' - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./linuxBuild.sh; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./linuxBuildAndPublish.sh; fi' - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./linuxBuildAndPublish.sh; fi'

View File

@ -6,6 +6,7 @@ cd sodiumWrapper
./makeLinux64.sh ./makeLinux64.sh
./makeLinuxArm64.sh ./makeLinuxArm64.sh
#now we can do the delegated build #now we can do the delegated build
cd ..
./gradlew multiplatform-crypto-delegated:build ./gradlew multiplatform-crypto-delegated:build
#and finally pure build #and finally pure build
./gradlew multiplatform-crypto:build ./gradlew multiplatform-crypto:build