Przeglądaj źródła

Merge pull request #328 from cmumford/master

Added a Travis CI build file.
naive_version
Chris Mumford 8 lat temu
rodzic
commit
43fcf23af0
1 zmienionych plików z 13 dodań i 0 usunięć
  1. +13
    -0
      .travis.yml

+ 13
- 0
.travis.yml Wyświetl plik

@ -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

Ładowanie…
Anuluj
Zapisz