Browse Source

Add dependencies required for building installers

master
Chris Smith 10 years ago
parent
commit
8dcc18606b
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      playbooks/dmdirc-buildagent.yml

+ 3
- 0
playbooks/dmdirc-buildagent.yml View File

@@ -26,6 +26,9 @@
26 26
       - git
27 27
       - unzip
28 28
       - openjdk-7-jdk
29
+      - default-jdk
30
+      - nsis
31
+      - dpkg-dev
29 32
 
30 33
   - name: fetch agent zip
31 34
     sudo_user: "{{ teamcity_user }}"

Loading…
Cancel
Save