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

Check if manifest file(s) changed #163

Merged
merged 3 commits into from Nov 21, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Check if manifest file(s) changed

  • Loading branch information
mfeckie committed Nov 19, 2015
commit 8c0f1f31b6d06cc57eacfbc7a6a3fdd99552da1f
@@ -188,6 +188,7 @@ linux_dev_factory = create_servo_factory([
steps.ShellCommand(command=["./mach", "test-ref", "--kind", "cpu"], env=linux_headless_env),
steps.Compile(command=["./mach", "build-cef"], env=linux_headless_env),
steps.ShellCommand(command=["bash", "./etc/ci/lockfile_changed.sh"], env=linux_headless_env),
steps.ShellCommand(command=["bash", "./etc/ci/manifest_changed.sh"], env=linux_headless_env),
])

linux_rel_factory = create_servo_factory([
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.