mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
63583a0bb7
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
12 lines
241 B
YAML
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 }}" |