diff --git a/.github/workflows/RcppDeepState.yaml b/.github/workflows/RcppDeepState.yaml new file mode 100644 index 00000000..7c88c258 --- /dev/null +++ b/.github/workflows/RcppDeepState.yaml @@ -0,0 +1,26 @@ +on: + pull_request: + branches: + - '*' + +name: 'RcppDeepState analysis' +jobs: + RcppDeepState: + runs-on: ubuntu-latest + + env: + GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + + steps: + - uses: actions/checkout@v2 + + - uses: FabrizioSandri/RcppDeepState-action@main + with: + fail_ci_if_error: true + additional_dependencies: "libudunits2-dev libgdal-dev libgeos-dev libproj-dev" + location: / + seed: -1 + max_seconds_per_function: 2 + max_inputs: 3 + comment: true + verbose: true