blob: d949cfb7c3151e309969c5e294c4cebf51fcaded [file] [log] [blame]
language: cpp
os:
- linux
- osx
dist: trusty
osx_image: xcode8
sudo: false
compiler:
- clang
- gcc
env:
- REACTOR_BACKEND=LLVM
- REACTOR_BACKEND=Subzero
script:
- $CXX --version
- mkdir build && cd build
- cmake -DREACTOR_BACKEND=$REACTOR_BACKEND ..
- make