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

Add cron job for Travis #63

Closed
hsiaoyi0504 opened this issue May 23, 2018 · 5 comments
Closed

Add cron job for Travis #63

hsiaoyi0504 opened this issue May 23, 2018 · 5 comments

Comments

@hsiaoyi0504
Copy link
Contributor

As title, I think that will make us find the problem faster.
As I remember, it can be setup like running every day.
@greglandrum Can you setup this for us ?

@greglandrum
Copy link
Member

Travis runs after ever commit, so there's no need to run it every day.

@hsiaoyi0504
Copy link
Contributor Author

hsiaoyi0504 commented May 24, 2018

@greglandrum I agree with you that basically, Travis runs after every commit. However, in this repo case, the installation not only depends on the commit of this repo itself, but also depends on upstream rdkit repo (HEAD version) and the version of libraries installed installed by homebrew (such as boost-python). Every commit in homebrew-core repo and commit in upstream rdkit repo will not start running a Travis travis of this repo. That's the reason why I think it's a need to run it every day through cron job https://docs.travis-ci.com/user/cron-jobs/.

@hsiaoyi0504
Copy link
Contributor Author

@greglandrum

@greglandrum
Copy link
Member

ok, I set up the cron job to run daily.
let's see if it helps anything

@hsiaoyi0504
Copy link
Contributor Author

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants