Skip to content

Commit

Permalink
travis-ci: merge make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
holishing committed Dec 16, 2019
1 parent d5af015 commit c2984e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@ script:
mkdir build;
cd build;
cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON ..;
make;
make test;
make install;
make all test install;
fi
- if [ "$BUILD_METHOD" = "bmake" ]; then
bmake configure;
bmake CC="$CC" all install clean;
bmake CC="$CC" all runtest install clean;
fi
- ldd ${HOME}/bin/bbsd

0 comments on commit c2984e3

Please sign in to comment.