Add andor 3 and misc fixes
This commit is contained in:
3
build.sh
3
build.sh
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
set -eo pipefail
|
||||
set -x
|
||||
WORKDIR=${WORKDIR:-workdir}
|
||||
MODULEYAML=$1
|
||||
|
||||
@@ -36,5 +37,5 @@ else
|
||||
git -C $builddir checkout $commit
|
||||
fi
|
||||
|
||||
ARCH_FILTER="RHEL8%" make -C $builddir $2
|
||||
make -C $builddir $2 MODULE=$module ARCH_FILTER="RHEL8%"
|
||||
|
||||
|
||||
4
modules/adandor3.yaml
Normal file
4
modules/adandor3.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
module: ADAndor3
|
||||
repo: https://gitea.psi.ch/epics_driver_modules/ADAndor3.git
|
||||
branch: master
|
||||
commit: ADAndor3_2_3_0
|
||||
4
modules/adcore.yaml
Normal file
4
modules/adcore.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
module: ADCore
|
||||
repo: https://gitea.psi.ch/epics_driver_modules/ADCore.git
|
||||
branch: master
|
||||
commit: ADCore_3_13_0
|
||||
@@ -1,4 +1,4 @@
|
||||
module: autosave
|
||||
repo: git@git.psi.ch:epics_driver_modules/autosave.git
|
||||
branch: master
|
||||
tag: 5.7.18
|
||||
commit: 5.7.18
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module: motorDeprecated
|
||||
repo: git@gitea.psi.ch:lin-epics-modules/motorDeprecated.git
|
||||
branch: main
|
||||
commit: 0.1.2
|
||||
commit: 0.1.3
|
||||
|
||||
Reference in New Issue
Block a user