Skip to content

precice/setup-precice-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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 /usr/local

build-tests

Whether to build tests. Should be OFF off for all non-develop builds. Defaults to OFF

Example usage

- name: build preCICE
  uses: precice/setup-precice-action@main
  with:
    precice-version: develop
    install-prefix: /usr/local

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published