mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-11 20:48:49 +00:00
travis: move to in-tree builds
This commit is contained in:
parent
56be045324
commit
3be0261294
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@ matrix:
|
|||
env:
|
||||
- USE_CMAKE="1" # Dummy value, shows up in the Travis UI only
|
||||
script:
|
||||
- mkdir build && cd build &&
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$HOME/prefix .. || cat CMakeFiles/CMakeError.log &&
|
||||
- cmake -DCMAKE_INSTALL_PREFIX=$HOME/prefix . || cat CMakeFiles/CMakeError.log &&
|
||||
make -j2 &&
|
||||
make install &&
|
||||
make test SHOW_INTERACTIVE_LOG=1
|
||||
|
|
Loading…
Reference in a new issue