bootsie123 / F1-Web-Viewer

A simple grid-based web viewer for Formula 1
https://f1webviewer.netlify.app
ISC License
168 stars 23 forks source link

Transition from Travis CI to CircleCI #43

Closed bootsie123 closed 3 years ago

bootsie123 commented 3 years ago

A small update that transitions away from Travis CI and instead moves to CircleCI for continuous integration. These services are used to automate the building process of both the available Docker image and the downloadable application through Electron.

These charges are in large part due to the job time limits of Travis CI. For some reason, the new multi-arch build of the Docker image takes a very long time.

NOTE: These changes mean that the latest tag of the Docker image will no longer correspond to the main branch. Instead, it will be based on the official release of the production branch

As always, if you have any questions about these changes, feel free to let me know!