fix: [travis] STIX modules

pull/4919/head
Raphaël Vinot 2019-07-21 01:38:23 +02:00
parent a95f5227ff
commit 977c412b27
1 changed files with 22 additions and 0 deletions

View File

@ -126,6 +126,28 @@ install:
- sudo chmod +x app/Console/worker/start.sh
- app/Console/worker/start.sh &
- sleep 10
# Dirty install python stuff
- pushd cti-python-stix2
- sudo pip3 install .
- popd
- pushd app/files/scripts
- sudo -H -u $USER git clone https://github.com/CybOXProject/python-cybox.git
- sudo -H -u $USER git clone https://github.com/STIXProject/python-stix.git
- sudo -H -u $USER git clone https://github.com/MAECProject/python-maec.git
- sudo -H -u $USER git clone https://github.com/CybOXProject/mixbox.git
- pushd mixbox
- sudo pip3 install .
- popd
- pushd python-cybox
- sudo pip3 install .
- popd
- pushd python-stix
- sudo pip3 install .
- popd
- pushd python-maec
- sudo pip3 install .
- popd
- popd
before_script:
- curl http://misp.local