forked from areaDetector/ADCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
26 lines (19 loc) · 709 Bytes
/
.travis.yml
File metadata and controls
26 lines (19 loc) · 709 Bytes
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
language: cpp
compiler: gcc
env:
- EPICS_BASE=/usr/lib/epics EPICS_HOST_ARCH=linux-x86_64
before_install:
- sh ci/install-packages.sh # Install debian packages like HDF5, boost, tiff, EPICS base
- sh ci/build-synapps-deps.sh # Download and build EPICS modules like asyn, busy ...
- sh ci/configure.sh # Prepare the configure/* files
install:
- make
# Run the tests
script:
- ./bin/linux-x86_64/plugin-test --log_level=test_suite
# If all worked then work out the coverage and update coveralls.io
after_success:
- sh ci/coverage.sh
- coveralls-lcov --source-encoding=ISO-8859-1 ci/coverage.info
notifications:
slack: epicsareadetector:iA2hBZvqiHGpBzS7T0IktsmJ