Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit c584ad4

Browse files
committed
Change Jenkins release build gcc 4.8 to also run tests
1 parent 1f8a24e commit c584ad4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ pipeline {
5959
sh 'python ./script/validators/source_validator.py'
6060
sh 'mkdir build'
6161
sh 'cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
62+
sh 'cd build && make check -j4 || true'
63+
// sh 'cd build && cp -pr test /job/'
64+
sh 'cd build && make benchmark -j4'
65+
sh 'cd build && make install'
66+
sh 'cd build && bash ../script/testing/psql/psql_test.sh'
67+
sh 'cd build && python ../script/validators/jdbc_validator.py'
6268
}
6369
}
6470

0 commit comments

Comments
 (0)