diff --git a/.ci/build-efl-app.sh b/.ci/build-efl-app.sh deleted file mode 100755 index c8a0e6aa0b..0000000000 --- a/.ci/build-efl-app.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -set -e - -#clone our examples from efl -git clone --depth=1 -b master http://git.enlightenment.org/tools/examples.git/ - -cd examples/apps/c/life/ - -#build the example -mkdir build -meson . ./build -ninja -C build all - -#remove the folder again so its not left in the artifacts -cd ../../../.. -rm -rf examples