Browse Source

.travis.yml: Fixing indent. Adding ; for one-liner.

pull/384/head
David Runge 7 years ago
parent
commit
807fe6efa5
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .travis.yml

+ 3
- 3
.travis.yml View File

@@ -105,9 +105,9 @@ before_script:
script:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then ./waf configure --prefix=/usr --alsa --classic --dbus; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
./waf configure;
# force removal of include-fixed stdio.h
if [[ "${CC}" == "gcc-"* ]]; then sudo rm /usr/local/Cellar/gcc@*/*/lib/gcc/*/gcc/x86_64*/*/include-fixed/stdio.h; fi
./waf configure;
# force removal of include-fixed stdio.h
if [[ "${CC}" == "gcc-"* ]]; then sudo rm /usr/local/Cellar/gcc@*/*/lib/gcc/*/gcc/x86_64*/*/include-fixed/stdio.h; fi;
fi
- ./waf -v build
- sudo ./waf -v install


Loading…
Cancel
Save