1
0
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:
bel
2015-09-06 21:13:30 +02:00
parent 9a69a05905
commit 38fecc8961

View File

@@ -942,8 +942,9 @@ before_script:
# Check some settings of the build server
- uname -a
- pwd
- ls -l
- /sbin/ip addr show
#- ls -l
- ifconfig
#- /sbin/ip addr show
# Generate the build scripts with CMake
- mkdir output
- cd output