Commit 16ce9530 authored by Jan Kiene's avatar Jan Kiene
Browse files

add note about snippets to the readme

parent 4a65e671
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
please refer to the [Wiki](https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/wikis/home)
# IVAS codec CI

Home of CI configs and scripts for:

- [IVAS](https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec)
- [IVAS BASOP](https://forge.3gpp.org/rep/sa4/audio/ivas-basop)

Refer to the  [IVAS Wiki](https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/wikis/home) for more info on the CI setup.
This repository is mainly meant to share scripts and configs between the two repositories and (for BASOP) between differently configured branches.

## Notes about usage of the snippets

- in general prefer adding scripts here over using yaml anchors in a CI config file
- if your script shall modify some environment variable, you need to run it with `source` instead of calling it.