forcing module version to be the name of last tag
CI / build-and-test (push) Failing after 3s

This commit is contained in:
2026-06-10 10:48:12 +02:00
parent 5a5fc497b7
commit 7e29279cc2
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -10,10 +10,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install
run: |
sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile
make install
make install LIBVERSION=${CI_COMMIT_TAG}
sh maketestenv.sh
- name: Run tests
run: |
+1 -1
View File
@@ -4,7 +4,7 @@
include /ioc/tools/driver.makefile
MODULE=ePowerSwitch
LIBVERSION := $(shell git describe --tags --abbrev=0 2>/dev/null || echo "0.0.1")
BUILDCLASSES=Linux
EPICS_VERSIONS=7.0.7
ARCH_FILTER=RHEL%