Commit graph

5 commits

Author SHA1 Message Date
Calin Culianu
db68fdee63
Misc CI fixups
- 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
2021-02-07 15:46:40 +02:00
Calin Culianu
69b48a8b1a
Added "all" keyword for --test and --bench
If compiling with -DENABLE_TESTS:

- --test all    - to run all the tests
- --bench all   - to run all the benchmarks

Also in this commit: Refactoed/redid the generic Util::keySet() and
Util::valueSet() to be able to produce any common container type from
any common map type.
2020-08-13 02:13:56 +03:00
Axel Gembe
40dd3e1d37
Travis: Build and run tests 2020-08-13 00:42:38 +07:00
Axel Gembe
10d03d7686
Travis: Add set -e to the scripts
Otherwise failing commands will not fail the script
2020-08-13 00:04:26 +07:00
Axel Gembe
33ee1d1fb7
Build: Move travis script directory to contrib 2020-01-14 00:06:00 +07:00
Renamed from travis/linux.ubuntu.script (Browse further)