embedded-graphics / examples

Embedded graphics examples
Apache License 2.0
26 stars 5 forks source link

Check READMEs in CI #14

Closed jamwaffles closed 3 years ago

jamwaffles commented 3 years ago

Some noise from the CI config - I simplified the sections a bit, which also allows the use of CircleCI parameters in the cache keys.

rfuest commented 3 years ago

We had previously talked about the Cargo.lock in the eg-next directory. I thought we had decided to not included it because we might want to enable periodic builds for the eg-next directory to make sure that the examples stay in sync with the development version of e-g.

jamwaffles commented 3 years ago

Ah ok, I forgot about that. I've removed the Cargo.* checksumming completely as it's pretty redundant now, even for non-master builds - something invalidates the Cargo cache during the run, so most dependencies are recompiled anyway.

rfuest commented 3 years ago

OK. The CI config looks good. Do you want to remove the Cargo.lock from eg-next and restore the .gitignore?

jamwaffles commented 3 years ago

All done, should be good to go now