908 Commits

Author SHA1 Message Date
Sergio Gasquez
f700e92820 fix: 🐛 Check if a crate is installed before triying to install it 2022-09-28 18:46:34 +02:00
Sergio Gasquez
253ef013e4 docs: 📝 Remove unused comment 2022-09-28 18:46:02 +02:00
Sergio Gasquez
b9cd57412e chore: 🎨 Remove unwrap 2022-09-28 13:14:32 +00:00
Sergio Gasquez
780e0f515a refactor: ♻️ Refactor main and add logs 2022-09-28 11:07:16 +02:00
Sergio Gasquez
f0a8f7cd4e ci: 🎨 Rename job 2022-09-28 09:31:45 +02:00
Sergio Gasquez
501157c6ed ci: 🎨 Remove unnecesary fields 2022-09-28 09:31:33 +02:00
Sergio Gasquez
723d3f2800 chore: 🎨 Add logs 2022-09-27 14:01:58 +00:00
Sergio Gasquez
2c96a83a47 docs: 📝 Update documentation 2022-09-27 13:58:52 +00:00
Sergio Gasquez
a3902dbec7 chore: 🎨 Update description 2022-09-27 13:58:27 +00:00
Sergio Gasquez
4b58f1b64b feat: Add update subcommand 2022-09-27 13:58:17 +00:00
Sergio Gasquez
818f689d26 fix: 🐛 Partially fix esp-idf activation in Windows 2022-09-26 23:12:20 +02:00
Sergio Gasquez
1517d2d4c9 docs: 📝 Add uninstall usage 2022-09-26 18:26:26 +00:00
Sergio Gasquez
183f3ec811 docs: 📝 Add remote container badge 2022-09-26 17:44:18 +00:00
Sergio Gasquez
2c00a23220 chore: ️ Remove unnecesary comments 2022-09-26 17:44:01 +00:00
Sergio Gasquez
54f381dad4 chore: ️ Add customization 2022-09-26 17:43:39 +00:00
Sergio Gasquez
e8560bd04d chore: ️ Add cargo-binstall support 2022-09-26 15:41:50 +02:00
Sergio Gasquez
4439c4aeb0 ci: ️ Update binary_name 2022-09-26 15:34:59 +02:00
Sergio Gasquez
9326f3f200 revert: ️ Rever clippy action 2022-09-26 15:34:02 +02:00
Sergio Gasquez
b4858b72be ci: ️ Use clippy-check action 2022-09-26 14:35:54 +02:00
Sergio Gasquez
3e741a86da ci: 🎨 Format code 2022-09-26 14:31:46 +02:00
Sergio Gasquez
694e7d3f02 Merge branch 'main' of https://github.com/SergioGasquez/espup 2022-09-26 11:20:02 +02:00
Sergio Gasquez
9e155df5c1 fix: ️ Avoid unnecesary clone 2022-09-26 11:19:57 +02:00
Sergio Gasquez
48e1ab1ece fix: 🐛 Update artifact name to avoid duplications 2022-09-26 09:13:43 +00:00
Sergio Gasquez Arcos
08a28c884e
Merge pull request #1 from SergioGasquez/dependabot/github_actions/actions/upload-artifact-3
build(deps): bump actions/upload-artifact from 2 to 3
2022-09-26 11:06:02 +02:00
Sergio Gasquez Arcos
fd74c65263
Merge pull request #2 from SergioGasquez/dependabot/cargo/embuild-0.30.4
build(deps): bump embuild from 0.30.3 to 0.30.4
2022-09-26 11:04:45 +02:00
Sergio Gasquez
9f18c8b3f5 ci: 🐛 Fix dependency installation 2022-09-26 08:52:37 +00:00
Sergio Gasquez
2df4b4cbd7 docs: 📝 Update badges 2022-09-26 08:42:05 +00:00
Sergio Gasquez
dbaf22b03a ci: 🎨 Rename job 2022-09-26 08:40:29 +00:00
Sergio Gasquez
a33064992b chore: 📝 Add issue and pr template 2022-09-26 08:36:08 +00:00
dependabot[bot]
871d5df90c
build(deps): bump embuild from 0.30.3 to 0.30.4
Bumps [embuild](https://github.com/ivmarkov/embuild) from 0.30.3 to 0.30.4.
- [Release notes](https://github.com/ivmarkov/embuild/releases)
- [Commits](https://github.com/ivmarkov/embuild/compare/v0.30.3...v0.30.4)

---
updated-dependencies:
- dependency-name: embuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 08:34:22 +00:00
Sergio Gasquez
0ba3da4f5e chore: 🎨 Add .DS_Store 2022-09-26 08:34:01 +00:00
dependabot[bot]
1aeacbb9e8
build(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 08:34:00 +00:00
Sergio Gasquez
0f63a046be ci: Add CD ci 2022-09-26 08:33:33 +00:00
Sergio Gasquez
e9dcc5e00c ci: ♻️ Refactor ci checks 2022-09-26 08:33:10 +00:00
Sergio Gasquez
3df1dbb9ea ci: Add term color 2022-09-26 08:32:41 +00:00
Sergio Gasquez
9a16681525 ci: Add dependabot check 2022-09-26 08:32:25 +00:00
Sergio Gasquez
548245c136 refactor: ♻️ Use cargo-binstall when possible 2022-09-26 08:08:16 +00:00
Sergio Gasquez
7e85b504a6 ci: Add security checks 2022-09-26 08:04:24 +00:00
Sergio Gasquez
1213efb895 feat: Initial support for uninstall cmd 2022-09-23 14:32:23 +00:00
Sergio Gasquez
6413156846 docs: 📝 Add installation paths documentation 2022-09-23 14:14:20 +00:00
Sergio Gasquez
517cce3ac1 style: 🎨 Format includes 2022-09-23 12:08:59 +02:00
Sergio Gasquez
99c5a154a1 docs: 📝 Fix typo 2022-09-23 11:35:15 +02:00
Sergio Gasquez
4d95a00b1e docs: 📝 Update known issues 2022-09-23 08:59:40 +02:00
Sergio Gasquez
cb6d9b4427 docs: 📝 Add License and Contribution section 2022-09-23 08:58:43 +02:00
Sergio Gasquez
e69e09140a fix: 🐛 Fix IDF_PATH in Windows 2022-09-22 18:26:29 +02:00
Sergio Gasquez
7050b28127 fix: 🐛 Always use minified LLVM for MacOs and Windows 2022-09-22 17:51:31 +02:00
Sergio Gasquez
e27d96e83f feat: Update environment variables to allow installing only some targets 2022-09-22 15:36:05 +00:00
Sergio Gasquez
e326c2b67f docs: 📝 Add missing functions documentation 2022-09-21 20:33:30 +02:00
Sergio Gasquez
b58320c8b1 build: ⬆️ Remove unecesary crates 2022-09-21 20:22:49 +02:00
Sergio Gasquez
0ed2588841 build: ⬆️ Remove unnecesary crates 2022-09-21 18:19:35 +00:00