Browse Source

Add even more build agent dependencies.

It works now, I actually tested it.
master
Chris Smith 10 years ago
parent
commit
13f3dec3dd
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      playbooks/dmdirc-buildagent.yml

+ 6
- 1
playbooks/dmdirc-buildagent.yml View File

@@ -26,9 +26,14 @@
26 26
       - git
27 27
       - unzip
28 28
       - openjdk-7-jdk
29
-      - default-jdk
30 29
       - nsis
31 30
       - dpkg-dev
31
+      - cdbs
32
+      - debhelper
33
+      - javahelper
34
+      - mkisofs
35
+      - alien
36
+      - fakeroot
32 37
 
33 38
   - name: fetch agent zip
34 39
     sudo_user: "{{ teamcity_user }}"

Loading…
Cancel
Save