mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Initial ansible-test implementation. (#18556)
This commit is contained in:
15
test/utils/shippable/other.sh
Executable file
15
test/utils/shippable/other.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash -eux
|
||||
|
||||
set -o pipefail
|
||||
|
||||
add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty-backports universe'
|
||||
add-apt-repository 'ppa:fkrull/deadsnakes'
|
||||
|
||||
apt-get update -qq
|
||||
apt-get install python2.4 shellcheck -qq
|
||||
|
||||
pip install tox --disable-pip-version-check
|
||||
|
||||
ansible-test compile --color -v
|
||||
ansible-test sanity --color -v --tox --skip-test ansible-doc --python 2.7
|
||||
ansible-test sanity --color -v --tox --test ansible-doc --coverage
|
||||
Reference in New Issue
Block a user