https://github.com/epiqc/ScaffCC
Revision 464bd7a3778c8f188872f9159473f4a5c754a72f authored by Yipeng Huang on 04 October 2018, 19:15:14 UTC, committed by Yipeng Huang on 04 October 2018, 19:15:14 UTC
1 parent 9596ad5
Raw File
Tip revision: 464bd7a3778c8f188872f9159473f4a5c754a72f authored by Yipeng Huang on 04 October 2018, 19:15:14 UTC
Script for iterative phase estimation
Tip revision: 464bd7a
.travis.yml
env:
  global:
    - MAKEFLAGS="-j2 --no-print-directory -s"

before_install:
  - sudo apt-get install -y libmpfr-dev libboost-all-dev
  - export TRAVIS_WORKER_MAX_LOG_LENGTH=40000000
install: make >/dev/null
language: cpp
back to top