ci/scripts/build-examples: remove duplicated cases
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
2dc5a4e943
commit
6bd7ab9f78
|
@ -124,39 +124,6 @@ if [ "$fpga_family" = "xc7" ]; then
|
|||
"hello-k")
|
||||
snippets="${activate_env} projf-makefiles/hello/hello-arty/K/README.rst:hello-arty-k"
|
||||
;;
|
||||
"hello-l")
|
||||
snippets="${activate_env} projf-makefiles/hello/hello-arty/L/README.rst:hello-arty-l"
|
||||
;;
|
||||
"hello-b")
|
||||
snippets="${activate_env} projf-makefiles/hello/hello-arty/B/README.rst:hello-arty-b"
|
||||
;;
|
||||
"hello-c")
|
||||
snippets="${activate_env} projf-makefiles/hello/hello-arty/C/README.rst:hello-arty-c"
|
||||
;;
|
||||
"hello-d")
|
||||
snippets="${activate_env} projf-makefiles/hello/hello-arty/D/README.rst:hello-arty-d"
|
||||
;;
|
||||
"hello-e")
|
||||
snippets="${activate_env} projf-makefiles/hello/hello-arty/E/README.rst:hello-arty-e"
|
||||
;;
|
||||
"hello-f")
|
||||
snippets="${activate_env} projf-makefiles/hello/hello-arty/F/README.rst:hello-arty-f"
|
||||
;;
|
||||
"hello-g")
|
||||
snippets="${activate_env} projf-makefiles/hello/hello-arty/G/README.rst:hello-arty-g"
|
||||
;;
|
||||
"hello-h")
|
||||
snippets="${activate_env} projf-makefiles/hello/hello-arty/H/README.rst:hello-arty-h"
|
||||
;;
|
||||
"hello-i")
|
||||
snippets="${activate_env} projf-makefiles/hello/hello-arty/I/README.rst:hello-arty-i"
|
||||
;;
|
||||
"hello-j")
|
||||
snippets="${activate_env} projf-makefiles/hello/hello-arty/J/README.rst:hello-arty-j"
|
||||
;;
|
||||
"hello-k")
|
||||
snippets="${activate_env} projf-makefiles/hello/hello-arty/K/README.rst:hello-arty-k"
|
||||
;;
|
||||
"hello-l")
|
||||
snippets="${activate_env} projf-makefiles/hello/hello-arty/L/README.rst:hello-arty-l"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue