elixir/samples/projects/linuxtest.sh
Michael Opdenacker 7b21214eb9 Add sample project definition for testing
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2020-04-09 15:50:07 +02:00

17 lines
215 B
Bash

# Elixir definitions for Linux testing (only one tag)
# Copy this file to the "projects" directory
list_tags()
{
echo "v5.6.1"
}
list_tags_h()
{
echo "v5 v5.6 v5.6.1"
}
get_latest()
{
echo "v5.6.1"
}