-
Notifications
You must be signed in to change notification settings - Fork 2
/
.travis.yml
29 lines (23 loc) · 921 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
language: cpp
compiler: gcc
env:
- EPICS_BASE=/usr/lib/epics EPICS_HOST_ARCH=linux-x86_64
before_install:
# Enabling the NSLS-II EPICS debian package repositories
- curl https://epics.nsls2.bnl.gov/debian/repo-key.pub | sudo apt-key add -
- echo "deb https://epics.nsls2.bnl.gov/debian/ wheezy main contrib" | sudo tee -a /etc/apt/sources.list
- echo "deb-src https://epics.nsls2.bnl.gov/debian/ wheezy main contrib" | sudo tee -a /etc/apt/sources.list
# Installing EPICS base
- sudo apt-get update -qq
- sudo apt-get install epics-dev epics-synapps-dev
# Setup configure/RELEASE for the environment
- echo "EPICS_BASE=/usr/lib/epics" > configure/RELEASE
- echo "SNCSEQ=/usr/lib/epics" >> configure/RELEASE
install:
# Build the module
- make
script:
- ls bin/linux-x86_64
- ls lib/linux-x86_64
- ls include
- ./asyn/asynPortDriver/unittest/O.linux-x86_64/asynPortDriverTest