CDash:Prebuilt

From KitwarePublic
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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