Add andor 3 and misc fixes
This commit is contained in:
3
build.sh
3
build.sh
@@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
set -x
|
||||||
WORKDIR=${WORKDIR:-workdir}
|
WORKDIR=${WORKDIR:-workdir}
|
||||||
MODULEYAML=$1
|
MODULEYAML=$1
|
||||||
|
|
||||||
@@ -36,5 +37,5 @@ else
|
|||||||
git -C $builddir checkout $commit
|
git -C $builddir checkout $commit
|
||||||
fi
|
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
|
module: autosave
|
||||||
repo: git@git.psi.ch:epics_driver_modules/autosave.git
|
repo: git@git.psi.ch:epics_driver_modules/autosave.git
|
||||||
branch: master
|
branch: master
|
||||||
tag: 5.7.18
|
commit: 5.7.18
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module: motorDeprecated
|
module: motorDeprecated
|
||||||
repo: git@gitea.psi.ch:lin-epics-modules/motorDeprecated.git
|
repo: git@gitea.psi.ch:lin-epics-modules/motorDeprecated.git
|
||||||
branch: main
|
branch: main
|
||||||
commit: 0.1.2
|
commit: 0.1.3
|
||||||
|
|||||||
Reference in New Issue
Block a user