[Box Backup-commit] [boxbackup/boxbackup] e61265: CMake builds: use a POST_BUILD command to install ...

GitHub noreply at github.com
Sun May 7 16:54:35 BST 2017


  Branch: refs/heads/s3_support
  Home:   https://github.com/boxbackup/boxbackup
  Commit: e612655e3fed1f1ad7b89d040a4d51ae9bb934df
      https://github.com/boxbackup/boxbackup/commit/e612655e3fed1f1ad7b89d040a4d51ae9bb934df
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M infrastructure/cmake/CMakeLists.txt
    M infrastructure/travis-build.sh

  Log Message:
  -----------
  CMake builds: use a POST_BUILD command to install binaries for tests

This avoids abusing "make install" to install them in the correct locations
for running tests, which causes problems for CPack installers which rely on
the list of install()ed files.


  Commit: dee64072dc17e9c460e0710536fdb3e660941852
      https://github.com/boxbackup/boxbackup/commit/dee64072dc17e9c460e0710536fdb3e660941852
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
    M test/backupstore/testbackupstore.cpp

  Log Message:
  -----------
  Skip test_directory_parent_entry_tracks_directory_size in release mode

Takes too long in release mode, due to the S3 block size.


Compare: https://github.com/boxbackup/boxbackup/compare/b3d06b667876...dee64072dc17


More information about the Boxbackup-commit mailing list