ソースを参照

Merge pull request #328 from cmumford/master

Added a Travis CI build file.
main
Chris Mumford 9年前
コミット
43fcf23af0
1個のファイルの変更13行の追加0行の削除
  1. +13
    -0
      .travis.yml

+ 13
- 0
.travis.yml ファイルの表示

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

読み込み中…
キャンセル
保存