From d10d8186ae714dca5f744de3acf9003a1d10e919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Je=C5=99=C3=A1bek?= Date: Mon, 3 Sep 2018 15:52:15 +0200 Subject: [PATCH] ci: export built linux driver to artifacts --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84db756f..167bf375 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,9 @@ build_linux_driver: script: - cd driver/linux - "make -j`nproc` KDIR=/linux/build" + artifacts: + paths: + - driver/linux/ctucanfd.ko test_ip_fast: stage: test -- GitLab