-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.travis.yml
42 lines (33 loc) · 906 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
language: java
env:
global:
- NUODB_HOME=/opt/nuodb
- TZ=America/New_York
- NUO_ADD_DOMAIN_PASS=yes
- NUO_START_AGENT=yes
matrix:
- NUO_VERSION=3.2.4.1 TABLE_LOCK=true
- NUO_VERSION=3.2.4.1 TABLE_LOCK=false
jdk:
- openjdk8
- openjdk9
- openjdk10
- openjdk11
- oraclejdk8
- oraclejdk9
- oraclejdk11
notifications:
recipients:
- migrator@nuodb.com
before_install:
- echo madvise | sudo tee /sys/kernel/mm/transparent_hugepage/enabled >/dev/null
- echo madvise | sudo tee /sys/kernel/mm/transparent_hugepage/defrag >/dev/null
# There's a bug in the Trusty images where this gives a syntax error
# See https://github.com/travis-ci/travis-ci/issues/8906
- sudo mv /opt/jdk_switcher/jdk_switcher.sh /tmp
- ./test/mysql_setup.sh
- ./test/nuodb_setup.sh
install: mvn -U clean install
script:
- ./test/mysql_basic.sh
- ./test/batch_test.sh