From 6bd7ab9f7868c33977283fb8c95accac9764b37d Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Thu, 16 Jun 2022 02:16:38 +0200 Subject: [PATCH] ci/scripts/build-examples: remove duplicated cases Signed-off-by: Unai Martinez-Corral --- .github/scripts/build-examples.sh | 33 ------------------------------- 1 file changed, 33 deletions(-) diff --git a/.github/scripts/build-examples.sh b/.github/scripts/build-examples.sh index 41cc3c0..98eee1e 100755 --- a/.github/scripts/build-examples.sh +++ b/.github/scripts/build-examples.sh @@ -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" ;;