diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index 6640ddd4..6b718409 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,18 +9,10 @@ env: before_install: - sudo apt update - - sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc-8 gcc-8-plugin-dev + - sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc-8 gcc-8-plugin-dev libc++-8-dev script: - - echo DEBUG - - uname -a - - which python - - ls -l /bin/python* /usr/bin/python* - - file /bin/python* /usr/bin/python* - - dpkg -l | grep -i python - - pwd - - id - - echo END DEBUG + - which python2.7 - make distrib - make tests - make clean |
