summaryrefslogtreecommitdiff
path: root/Client/ThirdParty/Box2D/.travis.yml
blob: 6c67aecddeeefb17064de180e5f4b03d1085739c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: cpp

dist: bionic

# This is clang on macOS
compiler: gcc

branches:
  only:
    - master

addons:
  apt:
    packages:
      - libxrandr-dev
      - libxinerama-dev
      - libxcursor-dev
      - libxi-dev

jobs:
  include:
    - os: linux
      env:
    - os: osx
      env:

script:
    - mkdir build
    - cd build
    - cmake ..
    - cmake --build .
    - ./bin/unit_test