https://github.com/epiqc/ScaffCC
Revision 79ea05f1d6f9d3f526ab2c196437c7134c1c9702 authored by Andrew Litteken on 27 June 2019, 18:48:34 UTC, committed by Andrew Litteken on 27 June 2019, 18:48:34 UTC
1 parent 90c8914
Raw File
Tip revision: 79ea05f1d6f9d3f526ab2c196437c7134c1c9702 authored by Andrew Litteken on 27 June 2019, 18:48:34 UTC
fixes: remove segfaults from Resource counting, fixing llvm build on macos, lowercase z for gates in test cases
Tip revision: 79ea05f
.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