Skip to content
Snippets Groups Projects
Commit 197f7174 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc][macos] Implement regular update strategy

parent 88e965a2
No related branches found
No related tags found
No related merge requests found
Pipeline #27587 failed
...@@ -105,4 +105,17 @@ Building the reference setup ...@@ -105,4 +105,17 @@ Building the reference setup
the runner process should be executing. Congratulations, you're done! the runner process should be executing. Congratulations, you're done!
Running regular updates
-----------------------
We recommend that the CI machine to have homebrew and installed pip packages
updated regularly (once a week). To do so, setup a cronjob like the following:
.. code-block:: crontab
MAILTO=you@example.com
SHELL=/bin/bash
00 12 * * 0 bash <(curl -s https://gitlab.idiap.ch/bob/bob.devtools/raw/master/doc/macos-ci-install/update-ci.sh)
.. include:: links.rst .. include:: links.rst
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment