mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Travis: Check if IPv6 is enabled at the build server
This commit is contained in:
@@ -173,9 +173,10 @@ install:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Check some settings of the build server
|
# Check some settings of the build server
|
||||||
|
- uname -a
|
||||||
- pwd
|
- pwd
|
||||||
- ls -l
|
- ls -l
|
||||||
- ifconfig
|
- /sbin/ip addr show
|
||||||
# Generate the build scripts with CMake
|
# Generate the build scripts with CMake
|
||||||
- mkdir output
|
- mkdir output
|
||||||
- cd output
|
- cd output
|
||||||
|
|||||||
Reference in New Issue
Block a user