forked from wateret/mengde
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
29 lines (26 loc) · 775 Bytes
/
Copy path.travis.yml
File metadata and controls
29 lines (26 loc) · 775 Bytes
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
language: cpp
matrix:
include:
- os: osx
osx_image: xcode8
compiler:
- clang
before_install:
- ./ci/install_deps_osx.sh
cache:
directories:
- $HOME/Library/Caches/Homebrew
script:
- ./ci/clang-format.sh
- ./build.py
- os: linux
sudo: required
services:
- docker
dist: trusty
before_install:
- docker build -t mengde docker
script:
# clang format is disabled for ubuntu due to version issue
# - ./ci/clang-format.sh
- docker run --rm -it -v $(pwd):/root/mengde -w /root/mengde mengde ./build.py