mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
* Use GitHub Actions * Ignore SnappyHadoopComptibleOutputStreamTest * Build only master branches * Simplify travis build * Remove jvm option, which doesn't work for s390x
19 lines
256 B
YAML
19 lines
256 B
YAML
branches:
|
|
only:
|
|
- master
|
|
|
|
language: java
|
|
|
|
jdk:
|
|
- openjdk11
|
|
|
|
os: linux
|
|
|
|
arch:
|
|
- s390x
|
|
|
|
script:
|
|
# - sudo apt-get install -y openjdk-11-jdk;
|
|
# - export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-s390x && export PATH=$JAVA_HOME/bin:$PATH;
|
|
- ./sbt test
|