blob: d2a9c71132ade78ab0657f316d0b50ebc058d911 [file] [log] [blame]
language: cpp
os:
- linux
- osx
dist: trusty
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