Skip to content

Commit 825debc

Browse files
authored
Create .travis.yml (#10)
* Create .travis.yml * Create README.md * Update README.md * #12
1 parent 099179f commit 825debc

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

pvAccessJava/.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
sudo: required
2+
language: java
3+
jdk: oraclejdk8
4+
5+
env:
6+
- EPICS_PVA_ADDR_LIST=127.255.255.255
7+
8+
script:
9+
- mvn clean verify
10+
11+
after_failure:
12+
- find ./ -type d -name "surefire-reports" -print0 | xargs -0 -I {} find {} -iname "*.txt" -type f | xargs cat
13+
- find . -type f -name "*.log" -print0 -exec cat {} \;

pvAccessJava/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# pvAccessJava [![Build Status](https://travis-ci.org/epics-base/pvAccessJava.svg?branch=master)](https://travis-ci.org/epics-base/pvAccessJava)
2+
3+
pvAccess is a high-performance network communication protocol for signal monitoring and scientific data services interconnect. It is designed to support the structured data types of the EPICS Version 4 "shared memory" data exchange system called pvData, for optimized interoperability of control system endpoints. It is a successor of EPICS Channel Access.

0 commit comments

Comments
 (0)