darrenarmstrong85 / scientist

q scientist library implementation
Apache License 2.0
0 stars 0 forks source link

Run qspec builds via Shippable from ubuntu-kdb-qspec image #14

Closed darrenarmstrong85 closed 7 years ago

darrenarmstrong85 commented 7 years ago

Running qspec from within Docker image will complete initial CI integration milestone

Summary: #4 Related: #12, #13

The first deliverable from CI integration is running qspec tests from Shippable. Having built the image in #12, and worked out how to deploy as part of a CI build trigger (#13), we now need to complete this first phase work by running qspec tests.

Plan
  1. Work out how to run builds using a custom shippable.yml file
  2. Probably need to specify some kind of output file and format for CI build to pick up
    • qspec will generate xunit files using a command line parameter I believe
Done
  1. Build from Shippable indicates pass/fail tests
  2. These pass/fail tests match a locally generated file
darrenarmstrong85 commented 7 years ago

Done. See #13 .