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

Update README instructions

parent eb236725
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -26,19 +26,11 @@ Remove the `.travis.yml` file from your package: ...@@ -26,19 +26,11 @@ Remove the `.travis.yml` file from your package:
$ git rm -f .travis.yml $ git rm -f .travis.yml
``` ```
Copy the appropriate yml template for the CI builds: Copy the stock yml template for the CI builds:
* For python-only packages, it should be
[ci-for-python-only.yml](templates/ci-for-python-only.yml)
* For C/C++ extensions, it should be
[ci-for-cxx-extensions.yml](templates/ci-for-cxx-extensions.yml)
```sh ```sh
# for pure python $ curl -k --silent https://gitlab.idiap.ch/bob/bob.admin/raw/master/templates/gitlab-ci.yml > .gitlab-ci.yml
$ curl -k --silent https://gitlab.idiap.ch/bob/bob.admin/raw/master/templates/ci-for-python-only.yml > .gitlab-ci.yml
# for c/c++ extensions
$ curl -k --silent https://gitlab.idiap.ch/bob/bob.admin/raw/master/templates/ci-for-cxx-extensions.yml | tr -d '\r' > .gitlab-ci.yml
``` ```
Add the file to git: Add the file to git:
......
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