octosign / desktop

✍️ Desktop electronic signature software. Sign your document (PDF, JPG...) using image or cryptography (PAdES, CAdES, XAdES).
https://octosign.com
MIT License
9 stars 0 forks source link

Azure pipelines cache electron, npm, cypress... #4

Open durasj opened 5 years ago

durasj commented 5 years ago

We should set variables ELECTRON_CACHE=$HOME/.cache/electron and ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder.

We can then cache ~/.cache as it's also used by the cypress and ~/.npm which is used by the npm. Not sure what to use as the key though.