We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450f7db commit 7bec8b7Copy full SHA for 7bec8b7
.drone.yml
@@ -24,6 +24,10 @@ build:
24
commands:
25
- GOOS=linux GOARCH=386 CC=gcc CXX=gcc CGO_ENABLED=1 go build -o artifacts/linux-386/arduino-create-agent
26
- cp config.ini artifacts/linux-386
27
+ installer:
28
+ image: arduino/installbuilder
29
+ commands:
30
+ - builder build ~/ArduinoCreateAgent_autoupdate.xml --license license.xml
31
notify:
32
slack:
33
webhook_url: $$SLACK_WEBHOOK
0 commit comments