File: .travis.yml

package info (click to toggle)
libofx 1%3A0.10.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,644 kB
  • sloc: cpp: 8,101; ansic: 2,298; xml: 265; makefile: 224; sh: 43
file content (21 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: cpp


arch:
 - amd64
 - ppc64le

dist: bionic

sudo: required

before_install:
    - sudo apt-get update
    - sudo apt-get install -y libosp-dev gengetopt

script:
  - ./autogen.sh
  - ./configure
  - make
  - sudo make install