mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
TravisCI tests
This commit is contained in:
parent
bb094a7b16
commit
ac8b092ca5
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ install:
|
||||||
- chmod 0644 ~/.ssh/config
|
- chmod 0644 ~/.ssh/config
|
||||||
- sudo mkdir -vm 0700 $LXC_ROOTFS/root/.ssh/
|
- sudo mkdir -vm 0700 $LXC_ROOTFS/root/.ssh/
|
||||||
- sudo cp -v ~/.ssh/id_rsa.pub $LXC_ROOTFS/root/.ssh/authorized_keys
|
- sudo cp -v ~/.ssh/id_rsa.pub $LXC_ROOTFS/root/.ssh/authorized_keys
|
||||||
- sudo apt-get install build-essential libssl-dev libffi-dev python-dev && sudo pip install -r requirements.txt
|
- sudo apt-get install build-essential libssl-dev libffi-dev python-dev
|
||||||
|
- pip install -r requirements.txt
|
||||||
- pip install ansible-lint
|
- pip install ansible-lint
|
||||||
- gem install awesome_bot
|
- gem install awesome_bot
|
||||||
- ansible-playbook --version
|
- ansible-playbook --version
|
||||||
|
|
Loading…
Add table
Reference in a new issue