tests: build the test binary custom modules
This commit is contained in:
parent
202ce0f641
commit
3a0618684f
|
@ -47,6 +47,10 @@ echo \
|
|||
ansible_user=mitogen__has_sudo_nopw \
|
||||
ansible_password=has_sudo_nopw_password \
|
||||
>> ${TMPDIR}/hosts
|
||||
|
||||
# Build the binaries.
|
||||
make -C ${TRAVIS_BUILD_DIR}/tests/ansible
|
||||
|
||||
echo travis_fold:end:job_setup
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue