Skip to content

Commit

Permalink
Adding .travis.yml using clang for MacOSX,
Browse files Browse the repository at this point in the history
Adding table and badges for build status
  • Loading branch information
simonsan committed Oct 14, 2019
1 parent 08cc612 commit a5eabec
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
os: osx
osx_image: xcode10.2
language: cpp
script:
- brew update-reset && brew update --merge
- brew upgrade cmake
- brew install flex
- brew install make
- brew install -cc=clang llvm@8
- export PATH="/usr/local/opt/llvm@8/bin:$PATH:/usr/local/lib:/usr/local/opt/llvm/bin"
- export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/local/lib"
- mkdir build && cd build
- cmake -DCMAKE_CXX_COMPILER="clang++" ..
- make && make test
before_cache:
- brew cleanup
cache:
directories:
- /usr/local/Homebrew
- $HOME/Library/Caches/Homebrew
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ All of those observations are intended, not bugs.

To get rid of them, recompile with `--dont-segfault --shut-up --new-girlfriend`.

Operating System | Build status
--------------------|--------------
Debian Sid | tba
MacOSX 10.14 | [![Build Status](https://travis-ci.org/SFTtech/nyan.svg?branch=master)](https://travis-ci.org/SFTtech/nyan)
Windows 10 - x64 | [![Build status](https://ci.appveyor.com/api/projects/status/6t1yonx5fu7dejs0/branch/master?svg=true)](https://ci.appveyor.com/project/simonsan/nyan-c53id/branch/master)

If this still does not help, try the [contact section](#contact)
or the [bug tracker](https://github.com/SFTtech/nyan/issues).
Expand Down

0 comments on commit a5eabec

Please sign in to comment.