From b0ad151b304378e2ea9bbe2026f7773bcac4c602 Mon Sep 17 00:00:00 2001 From: Carsten Heinz Date: Tue, 24 May 2022 12:22:49 +0200 Subject: [PATCH] CI: build rpm for centos and rocky toolflow --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de98473a..2b7383b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,6 +85,10 @@ test_tapasco_fedora_36: - ./tapasco-init.sh && source tapasco-setup.sh - cd ${TAPASCO_HOME_TOOLFLOW}/scala - tapasco-build-toolflow + - ./gradlew buildRPM + artifacts: + paths: + - toolflow/scala/build/distributions/tapasco-2021-01.x86_64.rpm build_scala_tapasco_centos_7: image: centos:7