Skip to content

Commit 7bec8b7

Browse files
committed
Try installer
1 parent 450f7db commit 7bec8b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.drone.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ build:
2424
commands:
2525
- GOOS=linux GOARCH=386 CC=gcc CXX=gcc CGO_ENABLED=1 go build -o artifacts/linux-386/arduino-create-agent
2626
- cp config.ini artifacts/linux-386
27+
installer:
28+
image: arduino/installbuilder
29+
commands:
30+
- builder build ~/ArduinoCreateAgent_autoupdate.xml --license license.xml
2731
notify:
2832
slack:
2933
webhook_url: $$SLACK_WEBHOOK

0 commit comments

Comments
 (0)