Skip to content

RVS Nightly Builds

Mario HDL edited this page Dec 11, 2018 · 8 revisions

Configure

Nightly builds are configured on box prj47-rack-07 in folder /work/rvs_batch_scripts

In order to re-create overnight build setup please follow these steps:

  1. checkout latest develop branch

  2. copy folder rvs_batch_scripts into /work/rvs_batch_scripts

  3. add cron job by typing sudo crontab -e and edit settings to include:

    0 5 * * * /work/rvs_batch_scripts/rvs_cron.sh

  4. If you want to add additional configurations/branches, add corresponding steps by editing rvs_cron.sh and add additional OS specific .sh files (use rvs_ubuntu.sh and rvs_centos.sh as templates)

Check results

You may check results of nightly builds on this link: https://my.cdash.org/index.php?project=RVS

Clone this wiki locally