You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
425 B

7 years ago
language: c
matrix:
include:
- os: linux
compiler: gcc
env: OS_NAME=Linux
- os: osx
compiler: clang
env: OS_NAME=Darwin
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update && sudo apt-get install libleveldb-dev; fi
7 years ago
- git submodule update --init --recursive
script:
- mkdir build && cd build
- cmake ..
- cmake --build . --target marketmaker-mainnet