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
415 B

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 apt-get update && apt-get install libleveldb-dev; fi
- git submodule update --init --recursive
script:
- mkdir build && cd build
- cmake ..
- cmake --build . --target marketmaker-mainnet