bit-hack / tack

Tack - The vector wrapper
0 stars 0 forks source link

Add CI testing #17

Open bit-hack opened 8 years ago

bit-hack commented 8 years ago

Now that we have a basic test suite we can think about adding some CI testing via TravisCI and AppVeyor. Questions:

kbenzie commented 8 years ago
bit-hack commented 8 years ago

I have made a simple travis yaml file here #18. I wonder if we can get more reproducible perf results by doing any profiling within a qemu instance? Also we should be able to apt install qemu user and system. The slow part will likely be downloading the images to run for qemu system. I have used the images from https://www.aurel32.net with much success before.