square / cycler

Apache License 2.0
791 stars 27 forks source link

Add travis CI #15

Closed helios175 closed 4 years ago

helios175 commented 4 years ago

Configure a simple travis build that runs: 1) compilation 2) unit tests 3) instrumentation test (for a soon to be sample app #16 ).

zach-klippenstein commented 4 years ago

I believe the default travis config runs build connectedCheck, which covers all those use cases.

felipehjcosta commented 4 years ago

Quick question: Why Travis CI instead of Actions?

zach-klippenstein commented 4 years ago

At the time this issue was filed, I believe we didn't have access to Actions. That might have changed by now. If available, actions should definitely be preferred over Travis.

felipehjcosta commented 4 years ago

Cool! Are you accepting PR?

helios175 commented 4 years ago

Closing this as we now added the github builds. More testing should eventually be added thou!