summaryrefslogtreecommitdiff
path: root/shared/c-stdaux/.travis.yml
blob: 99a7bb9461f0e77ed9125aecc10f95d111a33962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 armv7hl -- ../src/cherryci -d ../src/.cherryci -s c-util
    - script:
        - ./vmrun -T i686 -- ../src/cherryci -d ../src/.cherryci -s c-util