CDash:Prebuilt
From KitwarePublic
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