[wesnoth-commits] [wesnoth/wesnoth] 258b8b: Make docker_run.sh use 4 space indenting to match ...

GitHub noreply at github.com
Thu Mar 8 13:40:07 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 258b8b9bae8d5f774c97414ab7556fc55e976b74
      https://github.com/wesnoth/wesnoth/commit/258b8b9bae8d5f774c97414ab7556fc55e976b74
  Author: pentarctagon <pentarctagon at tutamail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
    M utils/travis/docker_run.sh

  Log Message:
  -----------
  Make docker_run.sh use 4 space indenting to match other shell scripts.

Also split apart the really long scons/cmake single lines


  Commit: ee51afa128ee4983ca9d04d2395ba36bf7eddfd5
      https://github.com/wesnoth/wesnoth/commit/ee51afa128ee4983ca9d04d2395ba36bf7eddfd5
  Author: pentarctagon <pentarctagon at tutamail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
    M .travis.yml
    M utils/travis/steps/script.sh

  Log Message:
  -----------
  Moves the build-cache directory to be under $HOME.

Moving it out of the same directory as the git repository means that the object files won't be copied into the temporary docker container when it's being created.


  Commit: 02244aaa5331ce17a5eafb023d07524c05a9a90b
      https://github.com/wesnoth/wesnoth/commit/02244aaa5331ce17a5eafb023d07524c05a9a90b
  Author: pentarctagon <pentarctagon at tutamail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
    M utils/travis/docker_run.sh
    M utils/travis/steps/install.sh
    M utils/travis/steps/script.sh

  Log Message:
  -----------
  Make LTO controlled by a variable export in steps/install.sh.

Currently will remain disabled everywhere, but this allows for enabling LTO for optimized, non-xcode jobs just by changing the value of the LTO variable.


Compare: https://github.com/wesnoth/wesnoth/compare/5e272829fa73...02244aaa5331


More information about the Commits mailing list