diff --git a/README.md b/README.md index 60060847..1d62aae5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Arduino IDE PoC +[![Build Status](https://dev.azure.com/typefox/Arduino/_apis/build/status/bcmi-labs.arduino-editor?branchName=master)](https://dev.azure.com/typefox/Arduino/_build/latest?definitionId=4&branchName=master) + > **Beware:** This is very much work-in-progress. Things can and probably will be broken, even on master. This repo contains a proof-of-concept for an Arduino IDE based on Theia. @@ -12,4 +14,12 @@ git clone https://github.com/bcmi-labs/arduino-editor cd arduino-poc yarn yarn --cwd arduino-ide-electron start -``` \ No newline at end of file +``` + +## Arduino-PoC Electron Application + - The project is built on [Azure DevOps](https://dev.azure.com/typefox/Arduino). + - The configured pipelines are available [here](https://dev.azure.com/typefox/Arduino/_build?definitionId=4). + - Currently, we build for Windows, macOS, and Linux. If you want to download the Arduino-PoC Electron application, follow the steps from below. + ![](static/download_01.gif) + ![](static/download_02.gif) + - Click [here](./electron/README.md) more details on the CI/CD, the GitHub release, and the build process in general. \ No newline at end of file diff --git a/static/download_01.gif b/static/download_01.gif new file mode 100644 index 00000000..393288d2 Binary files /dev/null and b/static/download_01.gif differ diff --git a/static/download_02.gif b/static/download_02.gif new file mode 100644 index 00000000..1abc953f Binary files /dev/null and b/static/download_02.gif differ