1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/zuul.d/playbooks/run.yaml
Mohammed Naser 63583a0bb7
CI: add jobs using Zuul
It also includes a few changes to get the builds going:
- Added autoconf to common dependencies
- Added automake to common dependencies
- Added libtool to common dependencies
- Added libssl-dev to common dependencies

Co-authored-by: Albin Vass

Closes #7245
2021-06-14 10:54:53 +02:00

12 lines
241 B
YAML

---
- hosts: all
tasks:
- name: Print environment variables
debug:
var: curl_env
- name: Run tests
environment: "{{ curl_env }}"
shell: "./scripts/travis/script.sh"
args:
chdir: "{{ zuul.project.src_dir }}"