mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Travis/MacOS does not support /sbin/ip, use ifconfig instead
This commit is contained in:
@@ -942,8 +942,9 @@ before_script:
|
|||||||
# Check some settings of the build server
|
# Check some settings of the build server
|
||||||
- uname -a
|
- uname -a
|
||||||
- pwd
|
- pwd
|
||||||
- ls -l
|
#- ls -l
|
||||||
- /sbin/ip addr show
|
- 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