File tree Expand file tree Collapse file tree 2 files changed +15
-21
lines changed Expand file tree Collapse file tree 2 files changed +15
-21
lines changed Original file line number Diff line number Diff line change 8
8
name : devlib2
9
9
10
10
# Trigger on pushes and PRs to any branch
11
- on : [push, pull_request, workflow_dispatch]
11
+ on :
12
+ push :
13
+ paths-ignore :
14
+ - " documentation/**"
15
+ - " **/*.md"
16
+ pull_request :
17
+ paths-ignore :
18
+ - " documentation/**"
19
+ - " **/*.md"
20
+ workflow_dispatch :
12
21
13
22
env :
14
23
SETUP_PATH : .ci-local:.ci
Original file line number Diff line number Diff line change 1
- devLib2 - Library for direct MMIO access to PCI and VME64x
2
- ==========================================================
1
+ [ ![ devlib2] ( https://github.com/epics-modules/devlib2/actions/workflows/ci-scripts-build.yml/badge.svg )] ( https://github.com/epics-modules/devlib2/actions/workflows/ci-scripts-build.yml )
3
2
4
- Michael Davidsaver < [email protected] >
3
+ ---
5
4
6
- [ Documentation and example] ( http://epics.sourceforge.net/devlib2/ )
7
-
8
- Releases are found at:
9
-
10
- [ http://sourceforge.net/projects/epics/files/ ] ( http://sourceforge.net/projects/epics/files/ )
11
-
12
- Requires: [ EPICS Base] ( http://www.aps.anl.gov/epics/ ) >= 3.14.8.2
13
-
14
- VCS sources
15
-
16
- ``` shell
17
- git clone https://github.com/epics-modules/devlib2.git
18
- ```
19
-
20
- This is file is generated from git revision $Format:%H$
21
-
22
- <a href =" https://travis-ci.org/epics-modules/devlib2 " ><img src =" https://travis-ci.org/epics-modules/devlib2.svg " >CI Build Status</img ></a >
5
+ # devLib2 - Library for direct MMIO access to PCI and VME64x
6
+ * [ Documentation and example] ( http://epics.sourceforge.net/devlib2/ )
7
+ * Requires: [ EPICS Base] ( http://www.aps.anl.gov/epics/ ) >= 3.14.8.2
You can’t perform that action at this time.
0 commit comments