File tree 2 files changed +26
-9
lines changed
2 files changed +26
-9
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ trim_trailing_whitespace = true
11
11
[* .md ]
12
12
trim_trailing_whitespace = false
13
13
insert_final_newline = false
14
+
15
+ [* .yml ]
16
+ indent_style = space
Original file line number Diff line number Diff line change 1
1
language : java
2
- jdk :
3
- - openjdk8
4
- # - oraclejdk8
5
- # - oraclejdk9
2
+ matrix :
3
+ include :
4
+ - os : linux
5
+ dist : bionic
6
+ jdk :
7
+ - openjdk11
8
+
9
+ - os : linux
10
+ dist : trusty
11
+ addons :
12
+ apt :
13
+ sources :
14
+ - ubuntu-toolchain-r-test
15
+ packages :
16
+ - g++-7
17
+ jdk :
18
+ - openjdk8
19
+
20
+ - os : osx
21
+
6
22
7
23
# # Uncomment section below and the packages above to build unreleased snapshots of karmaresearch/vlog into vlog4j-base jar
8
- # before_install:
9
- # - sudo apt-get install gcc-5 -y
10
- # - eval “CC=gcc-5 && CXX=g++-5”
11
- # - sh ./build-vlog-library.sh
24
+ before_install :
25
+ - sh ./build-vlog-library.sh
12
26
13
27
install : mvn install $OPTIONS -DskipTests=true
14
28
15
29
after_success :
16
30
- mvn clean test jacoco:report coveralls:report
17
31
18
- dist : trusty
32
+ dist : bionic
19
33
sudo : false
20
34
21
35
cache :
You can’t perform that action at this time.
0 commit comments