File: .travis.yml

package info (click to toggle)
ddccontrol-db 20250814-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,832 kB
  • sloc: xml: 6,039; sh: 119; makefile: 32; sed: 16; perl: 12
file content (28 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (4)
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
language: cpp

dist: xenial
sudo: false

addons:
  apt:
    packages:
      - intltool
      - autoconf
      - autopoint
      - libxml2-dev
      - pciutils-dev
      - libgtk2.0-dev

install:
  - export DDCCONTROL_BUILD_DIR="$(mktemp -dt ddccontrol_build.XXX)"
  - git clone --branch 0.4.3 https://github.com/ddccontrol/ddccontrol.git ${DDCCONTROL_BUILD_DIR}
  - bash -c "cd ${DDCCONTROL_BUILD_DIR} && ./autogen.sh && ./configure && make -j4"
  - export PATH="${DDCCONTROL_BUILD_DIR}/src/ddccontrol:${PATH}"

script:
  - ./autogen.sh
  - ./configure
  - make -j4
  - make check-db
  - ./scripts/travis_ci_after_build_checks.sh