I'd highly recommend to use Makefile instead so we can even add this to our CI.
To add this to the CI, you just need to create a Makefile that has "test" as the target, and add the directory path to the target in .travis.yaml below:
|
- env: TARGET=webrtc-c/canary |
It's definitely not the best test, but it can add some sanity check at least.
Originally posted by @lherman-cs in #64 (comment)
I'd highly recommend to use Makefile instead so we can even add this to our CI.
To add this to the CI, you just need to create a Makefile that has "test" as the target, and add the directory path to the target in .travis.yaml below:
amazon-kinesis-video-streams-demos/.travis.yml
Line 17 in e246e81
It's definitely not the best test, but it can add some sanity check at least.
Originally posted by @lherman-cs in #64 (comment)