Skip to content
Snippets Groups Projects
Commit 9d34d52e authored by alexey.stratulat's avatar alexey.stratulat
Browse files

Fix. File config travis CI. Edit list packages

parent 3beeeee0
No related branches found
No related tags found
No related merge requests found
......@@ -9,27 +9,21 @@ before_install:
- git submodule init
- git submodule update
language: python
python:
- "3.7-dev"
script:
- mkdir build
- cd build
- cmake -DBUILD_DAP_PYTHON_TESTS=ON ../
- make
- python3.7 main_test.py
- sudo service network-manager start
- mkdir build
- cd build
- cmake -DBUILD_DAP_PYTHON_TESTS=ON ../
- make
- python3.7 main_test.py
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- network-manager
- python3.7
- python3.7-dev
- libjson-c-dev
- libev-dev
- libmagic-dev
- libldb-dev
- libtevent-dev
- libcurl4-gnutls-dev
- python3.7-minimal
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment