CDash:Prebuilt

From KitwarePublic
Revision as of 15:32, 29 December 2016 by Zack (talk | contribs) (Created page with "Use these instructions to update the '''prebuilt''' branch after changes to master have been merged. * git fetch * git merge origin/master * php composer.phar install --no-de...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Use these instructions to update the prebuilt branch after changes to master have been merged.

  • git fetch
  • git merge origin/master
  • php composer.phar install --no-dev --optimize-autoloader
  • npm install
  • node_modules/.bin/gulp
  • git commit -a -m "Regenerate prebuilt files"
  • verify that all tests still pass
  • git push origin prebuilt