mirror of
https://github.com/cculianu/Fulcrum.git
synced 2026-08-13 12:33:27 +02:00
- Get windows travis CI to actually see libzmq - run "Fulcrum -v" in travis CI to see the libs it linked against before running tests. - Install jemalloc on travis mac build - Install jemalloc on travis linux build
7 lines
151 B
Bash
Executable file
7 lines
151 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
/opt/qt513/bin/qmake -makefile CONFIG+=release DEFINES+=ENABLE_TESTS Fulcrum.pro
|
|
make
|
|
sudo make install
|
|
Fulcrum -v
|
|
Fulcrum --test all
|