Travis. make -> make install

This commit is contained in:
Maschell 2018-12-28 18:39:34 +01:00
parent 7708da46c6
commit f20d076c06
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ script:
- mkdir build && cd build
- cmake -DCMAKE_TOOLCHAIN_FILE=$WUT_ROOT/share/wut.toolchain.cmake -DCMAKE_INSTALL_PREFIX=$TRAVIS_BUILD_DIR/deploy
../
- make
- make install
before_deploy:
- cd $TRAVIS_BUILD_DIR/
- commit="$(git rev-parse --short=7 HEAD)"