Blob Blame History Raw
---

- name: Test with fontconfig
  block:
    - name: language coverage
      script: run-lang-coverage-test --lang {{ item }} --path {{ path_prefix }} --artifactsdir {{ remote_artifacts }}
      with_items:
      - "{{ coverage }}"
    - name: generic family assignment
      script: run-family-test --lang {{ item.lang }} --family '{{ item.family }}' --alias {{ item.alias }} --artifactsdir {{ remote_artifacts }} --package {{ package }}
      with_items:
      - "{{ families }}"