[go: up one dir, main page]

File: .travis.yml

package info (click to toggle)
libgusb 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 428 kB
  • sloc: ansic: 3,341; xml: 25; makefile: 8; sh: 8
file content (14 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: c
sudo: required
dist: trusty

services:
  - docker

before_script:
  - docker build -t appstream-glib-fedora-26 -f contrib/ci/Dockerfile-fedora-26 .
#  - docker build -t appstream-glib-debian-stretch -f contrib/ci/Dockerfile-debian-stretch .

script:
  - docker run -t -v `pwd`:/build appstream-glib-fedora-26 ./contrib/ci/build_and_test.sh -Dtests=false
#  - docker run -t -v `pwd`:/build appstream-glib-debian-stretch ./contrib/ci/build_and_test.sh -Dtests=false