mirror of https://github.com/aminya/setup-cpp
14 lines
416 B
Markdown
14 lines
416 B
Markdown
# Contributing
|
|
|
|
You will need [`pnpm`](https://pnpm.io/installation) to build and test `setup-cpp`:
|
|
|
|
```shell
|
|
pnpm install
|
|
```
|
|
|
|
Before running the tests locally, backup your environment variables because faulty code might corrupt the environment.
|
|
|
|
<https://stackoverflow.com/a/5147185/7910299>
|
|
|
|
Install [container-structure-test](https://github.com/GoogleContainerTools/container-structure-test) for docker testing.
|