Merge pull request #163 from cloudswei/ctlframe_injection
[open-ath9k-htc-firmware.git] / .travis.yml
1 # Copying and distribution of this file, with or without modification,
2 # are permitted in any medium without royalty provided this notice is
3 # preserved.  This file is offered as-is, without any warranty.
4 # Names of contributors must not be used to endorse or promote products
5 # derived from this file without specific prior written permission.
6
7 # See YAML format https://en.wikipedia.org/wiki/YAML
8 # See Travis CI (Continuous Integration) https://docs.travis-ci.com/
9
10
11 language: c
12
13 os:
14   - linux
15
16 addons:
17   apt:
18     packages:
19       - cmake
20
21 script:
22   - make toolchain
23   - make -C target_firmware
24   - make -C target_firmware clean