summaryrefslogtreecommitdiff
path: root/ansible/playbooks/jhbuild_run.yaml
blob: ea3b4d9d495a17dc75ceff1994c6570333ae7e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# vim:ff=unix ts=2 sw=2 ai expandtab
-
  hosts: dev_machine

  sudo: False

  vars_files:
    - "../default_variables.yaml"

  tasks:
    - name: "Installing jhbuild dependencies - this will take a very long time"
      shell: executable=/bin/bash echo -e "y\n" | ~/.local/bin/jhbuild sysdeps --install

    - name: "Building jhbuild modules"
      shell: executable=/bin/bash ~/.local/bin/jhbuild build