From 6e07500a3e29340f34fbb800930616224590c435 Mon Sep 17 00:00:00 2001 From: ChevronTango Date: Thu, 12 Oct 2023 14:23:49 +0100 Subject: [PATCH] feat: 536 Add Gitpod config to project (#537) Signed-off-by: Edward Brough --- .gitpod.yml | 7 +++++++ README.md | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..4e437c1d --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,7 @@ +# This configuration file was automatically generated by Gitpod. +# and adjusted to meet the needs of this project + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: python -m pip install --upgrade -r requirements-test.txt && go get && go build ./... && go test ./... diff --git a/README.md b/README.md index ce4f6363..45cbf9b6 100644 --- a/README.md +++ b/README.md @@ -663,6 +663,10 @@ test data [README.md](client/python_interop/testdata/README.md) for details). Please see [CONTRIBUTING.md](docs/CONTRIBUTING.md) for contribution guidelines before making your first contribution! +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/...) + +Users wishing to use remote IDEs can also make use of [Gitpod](https://www.gitpod.io/) to make changes to this project. + ## Comparison to other implementations There are TUF implementations in a variety of programming languages. Some other Go implementations of TUF include: