Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(build.sh): Add a watch mode for automatic recompilation #160

Merged
merged 1 commit into from
Jun 7, 2019

Commits on Jun 3, 2019

  1. feat(build.sh): Add a watch mode for automatic recompilation

    This features uses and requires https://github.com/AgentCosmic/xnotify
    and should work on any platform
    
    Use it with
    
    * Watch & compile: build.sh --watch
    * Watch, compile, test: build.sh --watch --test
    * Watch, compile, test & verbose output: build.sh --watch --test --verbose
    
    (shortcuts -w && -t can be used, too)
    rhuss committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    e63a159 View commit details
    Browse the repository at this point in the history