-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a3890f
commit 707a12d
Showing
4 changed files
with
5 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,4 @@ | ||
MODULES=PVDATA PVACCESS NT PVDATABASE asyn ADSupport | ||
|
||
BASE_DIRNAME=base | ||
BASE_REPONAME=epics-base | ||
BASE_REPOOWNER=epics-base | ||
BASE_VARNAME=EPICS_BASE | ||
BASE_RECURSIVE=no | ||
|
||
PVDATA_REPONAME=pvDataCPP | ||
PVDATA_REPOOWNER=epics-base | ||
|
||
PVACCESS_REPONAME=pvAccessCPP | ||
PVACCESS_REPOOWNER=epics-base | ||
|
||
NT_REPONAME=normativeTypesCPP | ||
NT_REPOOWNER=epics-base | ||
|
||
PVDATABASE_REPONAME=pvDatabaseCPP | ||
PVDATABASE_REPOOWNER=epics-base | ||
|
||
ASYN_REPOOWNER=epics-modules | ||
ASYN_HOOK=.ci-local/asyn-config.sh | ||
ADD_MODULES=ADSUPPORT | ||
|
||
ADSUPPORT_REPOOWNER=areaDetector | ||
ADSUPPORT_HOOK=.ci-local/adsupport-config.py |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,7 @@ | ||
MODULES=PVDATA PVACCESS NT PVDATABASE asyn | ||
include defaults | ||
|
||
BASE_DIRNAME=base | ||
BASE_REPONAME=epics-base | ||
BASE_REPOOWNER=epics-base | ||
BASE_VARNAME=EPICS_BASE | ||
BASE_RECURSIVE=no | ||
|
||
PVDATA_REPONAME=pvDataCPP | ||
PVDATA_REPOOWNER=epics-base | ||
|
||
PVACCESS_REPONAME=pvAccessCPP | ||
PVACCESS_REPOOWNER=epics-base | ||
MODULES=PVDATA PVACCESS NTYPES PVDATABASE ASYN | ||
|
||
NT_REPONAME=normativeTypesCPP | ||
NT_REPOOWNER=epics-base | ||
|
||
PVDATABASE_REPONAME=pvDatabaseCPP | ||
PVDATABASE_REPOOWNER=epics-base | ||
BASE_RECURSIVE=no | ||
|
||
ASYN_REPOOWNER=epics-modules | ||
ASYN_HOOK=.ci-local/asyn-config.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
pull_request: | ||
|
||
env: | ||
SETUP_PATH: .ci-local | ||
SETUP_PATH: .ci-local:.ci | ||
|
||
jobs: | ||
test: | ||
|