before_script: - which cmake - which gcc - which g++
- which valgrind
- pip3 list | grep Cython
- cmake . - make
performanceEvaluation: script:
- python3 setup.py build_ext --inplace
- make perftest tests: script: - ./bin/prrtTests