Skip to content

Commit

Permalink
ci: Inhibiting + README.md integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Dec 8, 2023
1 parent c6002d6 commit 23aa6b6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@
name: devlib2

# Trigger on pushes and PRs to any branch
on: [push, pull_request, workflow_dispatch]
on:
push:
paths-ignore:
- "documentation/**"
- "**/*.md"
pull_request:
paths-ignore:
- "documentation/**"
- "**/*.md"
workflow_dispatch:

env:
SETUP_PATH: .ci-local:.ci
Expand Down
25 changes: 5 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
devLib2 - Library for direct MMIO access to PCI and VME64x
==========================================================
[![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)

Michael Davidsaver <[email protected]>
---

[Documentation and example](http://epics.sourceforge.net/devlib2/)

Releases are found at:

[http://sourceforge.net/projects/epics/files/](http://sourceforge.net/projects/epics/files/)

Requires: [EPICS Base](http://www.aps.anl.gov/epics/) >= 3.14.8.2

VCS sources

```shell
git clone https://github.com/epics-modules/devlib2.git
```

This is file is generated from git revision $Format:%H$

<a href="https://travis-ci.org/epics-modules/devlib2"><img src="https://travis-ci.org/epics-modules/devlib2.svg">CI Build Status</img></a>
# devLib2 - Library for direct MMIO access to PCI and VME64x
* [Documentation and example](http://epics.sourceforge.net/devlib2/)
* Requires: [EPICS Base](http://www.aps.anl.gov/epics/) >= 3.14.8.2

0 comments on commit 23aa6b6

Please sign in to comment.