forked from dmlc/MXNet.cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
47 lines (38 loc) · 711 Bytes
/
Copy path.travis.yml
File metadata and controls
47 lines (38 loc) · 711 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
sudo: false
language: cpp
os:
- linux
- osx
env:
# code analysis
- TASK=lint
# TODO: build example
- TASK=build
# dependent apt packages
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
# - wget
# - git
# - libcurl4-openssl-dev
# - unzip
# - libatlas-dev
# - libopencv-dev
before_install:
install:
- source tests/travis/setup.sh
script:
- tests/travis/run_test.sh
cache:
directories:
- ${HOME}/.cache/usr
notifications:
# Emails are sent to the committer's git-configured email address by default,
email:
on_success: change
on_failure: always
#slack: dmlc:NmroCzntCiWOuxUZpii40USd