packages/.github/workflows
Paul Spooren 014e02ab07 CI: use PKG_SOURCE instead of PKG_NAME
The PKG_NAME is the installable name of a package while PKG_SOURCE is
the folder containig both `Makefile` and possibliy `test.sh`

This approach previously worked for packages where both NAME and SOURCE
are the same, e.g. `vim`, however fore more complex packages like
`mariadb` (SOURCE) the NAMES are partly
*mariadb-server-plugin-handlersocket*, which is no existing folder.

With this commit the `PKG_SOURCE` is used to find the `test.sh` script.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-10-01 23:39:04 -10:00
..
Dockerfile CI: add runtime tests for packages 2020-09-16 10:40:16 -10:00
entrypoint.sh CI: use PKG_SOURCE instead of PKG_NAME 2020-10-01 23:39:04 -10:00
linter.yml CI: add super-linter for pull requests 2020-09-14 11:05:33 -10:00
multi-arch-test-build.yml CI: get rid of the arc_archs buildbot 2020-09-29 22:54:20 -10:00