Browse Source

Split CI install

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.15
falkTX 5 years ago
parent
commit
05c2bf182f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml View File

@@ -99,12 +99,13 @@ script:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
./waf configure --prefix=/usr --alsa --classic --dbus --systemd-unit;
./waf -v build;
sudo ./waf -v install;
fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
CXXFLAGS="${CXXFLAGS} -flax-vector-conversions" python2 ./waf configure;
CXXFLAGS="${CXXFLAGS} -flax-vector-conversions" python2 ./waf -v build;
sudo python2 ./waf -v install;
fi
- sudo python2 ./waf -v install
# run very basic tests
- sudo .ci/test_run.sh



Loading…
Cancel
Save