Skip to content
Snippets Groups Projects
Commit f8ee6d0e authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'readme' into 'master'

Update building instructions

See merge request !8
parents bc695e61 3a522783
No related branches found
No related tags found
1 merge request!8Update building instructions
Pipeline #
...@@ -21,7 +21,13 @@ To add a new package: ...@@ -21,7 +21,13 @@ To add a new package:
Test this package (build the documentation) Test this package (build the documentation)
=========================================== ===========================================
Checkout bob.admin in an upper folder and make sure its repository is The steps to test this package is similar to other bob packages except that you
up-to-date. Then, run:: need to run the `before_build.sh` script before testing. Checkout bob.admin in
an upper folder and make sure its repository is up-to-date. Then, run::
$ conda build -m ../bob.admin/gitlab/conda_build_config.yaml --override-channels -c https://www.idiap.ch/software/bob/conda/label/beta -c https://www.idiap.ch/software/bob/conda -c defaults conda $ ./before_build.sh
$ conda activate base
$ ../bob.admin/conda/conda-build.sh --python=3 conda
See https://gitlab.idiap.ch/bob/bob/wikis/Save-the-CI-time for up-to-date
instructions.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment