https://github.com/precice/setup-precice-action
https://github.com/precice/setup-precice-action
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/precice/setup-precice-action
- Owner: precice
- Created: 2023-01-20T12:06:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T14:10:49.000Z (about 1 year ago)
- Last Synced: 2025-07-16T17:21:34.318Z (11 months ago)
- Size: 12.7 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# setup-precice-action
This action installs preCICE in the given prefix and adds it to the path.
## Inputs
### `precice-version`
The version of preCICE to use. Can be a branch or tag or SHA. Defaults to `develop`
### `install-prefix`
The installation prefix for preCICE. Default is `$HOME/precice`
### `build-tests`
Whether to build tests. Should be `OFF` off for all non-develop builds. Defaults to `OFF`
## Example usage
```yml
- name: build preCICE
uses: precice/setup-precice-action@main
with:
precice-version: develop
```