argus-xr / esp32-cam-driver

5 stars 1 forks source link

Setup automated builds #8

Open Turtle1331 opened 4 years ago

Turtle1331 commented 4 years ago

We could use a CI service to verify that changes build successfully before merging them.

Turtle1331 commented 4 years ago

Here is a guide on using Travis CI for Arduino that may be relevant.

Dekker3D commented 4 years ago

GitHub offers a CI service that uses .yml files too. We could look into it. Might be the same system? Anyway, it doesn't seem quite as useful without being able to automatically run tests, but it's probably still a good thing to have. We should definitely set it up for the server side, though.

Dekker3D commented 4 years ago

Doesn't actually look like the same system. Guess we should look into both.