Selaa lähdekoodia

Added a Travis CI build file.

This allows for continuous integration builds by travis-ci.org.
More information at https://docs.travis-ci.com/user/languages/cpp
main
Chris Mumford 8 vuotta sitten
vanhempi
commit
9fcae61641
1 muutettua tiedostoa jossa 13 lisäystä ja 0 poistoa
  1. +13
    -0
      .travis.yml

+ 13
- 0
.travis.yml Näytä tiedosto

@ -0,0 +1,13 @@
language: cpp
compiler:
- clang
- gcc
os:
- linux
- osx
sudo: false
before_install:
- echo $LANG
- echo $LC_ALL
script:
- make -j 4 check

Ladataan…
Peruuta
Tallenna