From: Arkadiusz Hiler via igt-dev <igt-dev@lists.freedesktop.org>
To: igt-dev@lists.freedesktop.org
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Subject: [igt-dev] [PATCH i-g-t 1/2] gitlab-ci: Add 'ninja test' step for armhf
Date: Wed, 13 Feb 2019 17:53:40 +0200 [thread overview]
Message-ID: <20190213155341.23435-1-arkadiusz.hiler@intel.com> (raw)
... for completeness.
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
.gitlab-ci.yml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad938979..ae8cbb67 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -113,6 +113,20 @@ test:ninja-test-arm64:
- build
when: on_failure
+test:ninja-test-armhf:
+ image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian-armhf:latest
+ dependencies:
+ - build:tests-debian-meson-armhf
+ stage: test
+ script:
+ - export PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig/
+ - env > build/envdump.txt
+ - ninja -C build test
+ artifacts:
+ paths:
+ - build
+ when: on_failure
+
test:test-list-diff:
dependencies:
- build:tests-debian-autotools
--
2.20.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next reply other threads:[~2019-02-13 15:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-13 15:53 Arkadiusz Hiler via igt-dev [this message]
2019-02-13 15:53 ` [igt-dev] [PATCH i-g-t 2/2] gitlab-ci: Remove autotools from corss-compilation containers Arkadiusz Hiler via igt-dev
2019-02-13 20:38 ` Daniel Vetter
2019-02-13 17:42 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] gitlab-ci: Add 'ninja test' step for armhf Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190213155341.23435-1-arkadiusz.hiler@intel.com \
--to=igt-dev@lists.freedesktop.org \
--cc=arkadiusz.hiler@intel.com \
--cc=tomi.valkeinen@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox