adding version code
CI / build-and-test (push) Failing after 19s

This commit is contained in:
2026-06-10 08:44:59 +02:00
parent 2649bcbaa5
commit bb169477df
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: install
- name: install
run: |
sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile
echo "LIBVERSION=${CI_COMMIT_TAG:-0.0.1}" >> Makefile
+2 -1
View File
@@ -4,6 +4,8 @@
include /ioc/tools/driver.makefile
MODULE=ePowerSwitch
MODULE_VERSION = 1.0.0
BUILDCLASSES=Linux
EPICS_VERSIONS=7.0.7
ARCH_FILTER=RHEL%
@@ -12,7 +14,6 @@ stream_VERSION=2.8.26
# additional module dependencies
REQUIRED+=stream
REQUIRED+=calc
# DB files to include in the release
TEMPLATES += db/feedback_records.db
+1 -1
View File
@@ -60,7 +60,7 @@ ePowerSwitch_config_maxOutlet
# Test
TODO _Should I ship with my java dummy server ?_
# User guide
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/local/bin/iocsh
require ePowerSwitch,0.0.1
require ePowerSwitch,1.0.0
epicsEnvSet("ASYN_PORT", "myDriverPort")
epicsEnvSet("DB", "$(ePowerSwitch_DB)")