Sha256: 1ee5bd3dbf24962b38696e001abc13d4b5a567485af514ff46ec529779d453f0

Contents?: true

Size: 911 Bytes

Versions: 6

Compression:

Stored size: 911 Bytes

Contents

machine:
  ruby:
    version: 2.2.6

dependencies:
  pre:
    - sudo dpkg -l |grep libboost|grep 1.48|awk '{print $2}'|xargs sudo apt-get purge -y
    - sudo apt-get autoremove
    - sudo apt-get update
    - sudo apt-get install -y libboost-system1.54.0
    - sudo apt-get install -y libboost-system1.54-dev
    - sudo apt-get install -y libboost-thread1.54.0
    - sudo apt-get install -y libboost-thread1.54-dev
    - sudo apt-get install -y libboost1.54-dev
    - wget --no-check-certificate -O mysql-replication-listener.zip https://github.com/flydata/mysql-replication-listener/archive/master.zip
    - unzip mysql-replication-listener.zip
    - cd mysql-replication-listener-master; cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DBoost_NO_BOOST_CMAKE=ON .; make -j4; sudo make install
    - gem install io-console -v 0.4.6

database:
  override:
    - touch circle.yml

test:
  override:
    - ./test-suite.sh

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
flydata-0.8.9 circle.yml
flydata-0.8.8 circle.yml
flydata-0.8.7 circle.yml
flydata-0.8.6 circle.yml
flydata-0.8.5 circle.yml
flydata-0.8.4 circle.yml