mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
travis debug
This commit is contained in:
@ -12,6 +12,15 @@ before_install:
|
|||||||
- 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
|
||||||
|
|
||||||
script:
|
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
|
||||||
- make distrib
|
- make distrib
|
||||||
- make tests
|
- make tests
|
||||||
- make clean
|
- make clean
|
||||||
|
Reference in New Issue
Block a user