Fix linux script, install automake
This commit is contained in:
parent
5d18629648
commit
d98143bde7
@ -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'
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user