public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/2] gitlab-ci: Add 'ninja test' step for armhf
@ 2019-02-13 15:53 Arkadiusz Hiler via igt-dev
  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 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
  0 siblings, 2 replies; 4+ messages in thread
From: Arkadiusz Hiler via igt-dev @ 2019-02-13 15:53 UTC (permalink / raw)
  To: igt-dev; +Cc: Tomi Valkeinen

... 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-13 20:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-13 15:53 [igt-dev] [PATCH i-g-t 1/2] gitlab-ci: Add 'ninja test' step for armhf Arkadiusz Hiler via igt-dev
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox