Is it possible to test hardware-dependent code using Travis CI?

I just found out about Travis CI and looked through some of my docs. This seems like a good solution for open source projects.

With my reading so far through the Travis docs, I doubt if I can somehow connect it to my personal equipment.

I am working on some IoT related project written in C / C ++ hosted on github. Creating and publishing images on art on Travis CI should not be a problem. But when it comes to testing, it definitely cannot be tested on hardware (Travis). The binaries should be added to my development panel (raspberry pi) and then the test cases should be executed. Once the test suit is completed, Travis CI should be notified of the results.

Are Travis such features? If not, that would be a big limitation.

+4
source share
2 answers

, , (Travis's)

. Travis , Jenkins, GitLab CI CI, API Travis (, ). .

Travis, Travis, HTTP-, , . Jenkins, GitLab CI . , CI , (, ).

+1

TravisCI , (Linux ..). , TravisCI , MinionCI, , CI , TravisCI, .

0

Source: https://habr.com/ru/post/1679894/


All Articles