aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 320799516a1dc5cf1cae579984127261f437b04f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: c
dist: trusty

matrix:
    include:
        - os: linux
          env: BUILD=x86_64-linux-gnu

        - os: linux
          env: BUILD=i686-linux-gnu CFLAGS=-m32
          addons:
              apt:
                  packages:
                      - gcc-multilib

script:
    - ./bootstrap && ./configure && make
    - file src/openocd