mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 06:23:50 +00:00
Format Travis CI inline script for readability
This commit is contained in:
parent
c0eabc594f
commit
7dc36dd7da
@ -83,7 +83,10 @@ matrix:
|
|||||||
- BUILD_SHARED_LIBS=OFF
|
- BUILD_SHARED_LIBS=OFF
|
||||||
- CFLAGS=-Werror
|
- CFLAGS=-Werror
|
||||||
script:
|
script:
|
||||||
- if grep -Inr '\s$' src include docs tests examples CMake *.md .gitattributes .gitignore; then echo Trailing whitespace found, aborting.; exit 1; fi
|
- if grep -Inr '\s$' src include docs tests examples CMake *.md .gitattributes .gitignore; then
|
||||||
|
echo Trailing whitespace found, aborting;
|
||||||
|
exit 1;
|
||||||
|
fi
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- if test -n "${USE_WAYLAND}"; then
|
- if test -n "${USE_WAYLAND}"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user