espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
101 stars 21 forks source link

ci: Update espressif-ide version to 2.5.0 #138

Closed kolipakakondal closed 2 years ago

kolipakakondal commented 2 years ago

Hi @georgik Where can I pick the PR build so that I could verify Espressif-IDE with the offline installer with these changes?

georgik commented 2 years ago

@kolipakakondal The build is triggered by tag:

git tag espressif-ide-2.5.0
git push origin espressif-ide-2.5.0

Build is running, you can see it below this comment or in actions. Once completed it will be available in the release and also at dl.espressif.com

@alirana01 Is this installer for IDE still required? AFAIK new IDE contains the installer inside.

kolipakakondal commented 2 years ago

Hi @georgik Thanks for the details.

Espressif-IDE doesn't have an installer inside. We are recommending Espressif-IDE windows installer what you've built to our community and customers. There is no immediate plan also to build Espressif-IDE standalone installer.

Ali is trying to build managing tools within the IDE, it's basically what we could do with idf_tools.py but natively using Java to have more control over the installation and driving end-to-end workflow from a single wizard.

@alirana01 Maybe you could give a short demo to @georgik to get feedback on what you are working on.

georgik commented 2 years ago

Test of installation on Offline machine passed. Merging. Thanks for the contribution.