summaryrefslogtreecommitdiff
path: root/shared/n-dhcp4/.travis.yml
blob: f3016b7ed63b0cafaac1d12d7f960a775b6ad518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
os: linux
dist: trusty
language: c

services:
  - docker

before_install:
  - curl -O -L "https://raw.githubusercontent.com/cherry-pick/cherry-images/v1/scripts/vmrun"
  - curl -O -L "https://raw.githubusercontent.com/cherry-pick/cherry-ci/v1/scripts/cherryci"
  - chmod +x "./vmrun" "./cherryci"

jobs:
  include:
    - stage: test
      script:
        - ./vmrun -- ../src/cherryci -d ../src/.cherryci -s c-util -m
    - script:
        - ./vmrun -T i686 -- ../src/cherryci -d ../src/.cherryci -s c-util