summaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2015-07-23small ci changesKirk Shoop
2015-07-23make a binary and test for each test cpp fileKirk Shoop
2015-06-18fixes worker leaks (#101 & #132)Kirk Shoop
uses weak pointer to hold the worker in schedulable, empties queue when new_thread worker lifetime ends and remove observer when hot_observable subscription ends.
2015-06-04CMake - require 3.2 and refactorKirk Shoop
NOTE: binaries have moved! OSX <build>/test/rxcppv2_test <build>/examples/pythagorian/pythagorian Windows <build>\test\Debug\rxcppv2_test.exe <build>\examples\pythagorian\Debug\pythagorian.exe NOTE: cmake can be run in the root! This will make a dir named build with the binaries cmake . cmake --build .
2015-05-16Adding AppVeyor integrationMatthew Podwysocki
2014-09-03add appveyor CI for windowsKirk Shoop (MS OPEN TECH)