Skip to content

Commit

Permalink
chore: enable git pod (#559)
Browse files Browse the repository at this point in the history
Signed-off-by: francois  samin <francois.samin@corp.ovh.com>
  • Loading branch information
fsamin authored Aug 2, 2022
1 parent d2680fe commit 719a164
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
tasks:
- init: |-
ssh-keygen -t rsa -q -f "$HOME/.ssh/id_rsa" -N "" && \
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 && \
sudo tar xvjf phantomjs-2.1.1-linux-x86_64.tar.bz2 -C /usr/local/share/ && \
sudo ln -s /usr/local/share/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin/ && \
phantomjs --version && \
make test && \
make build OS=linux ARCH=amd64 && \
cp dist/venom.linux-amd64 tests/venom && \
cd tests && \
make start-test-stack && sleep 10 && \
make build-test-binary-docker
command: make run-test
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Venom is a CLI (Command Line Interface) that aim to create, manage and run your
[![GoDoc](https://godoc.org/github.com/ovh/venom?status.svg)](https://godoc.org/github.com/ovh/venom)
[![Go Report Card](https://goreportcard.com/badge/github.com/ovh/venom)](https://goreportcard.com/report/github.com/ovh/venom)
[![Dicussions](https://img.shields.io/badge/Discussions-OVHcloud-brightgreen)](https://github.com/ovh/venom/discussions)
<a href="https://gitpod.io/#https://github.com/ovh/venom"><img src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod" alt="Contribute with Gitpod"/></a>

# Table of content

Expand Down Expand Up @@ -857,6 +858,8 @@ $ make build

# Contributing

<a href="https://gitpod.io/#https://github.com/ovh/venom"><img src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod" alt="Contribute with Gitpod"/></a>

Please read the [contributing guide](./CONTRIBUTING.md) to learn about how you can contribute to Venom ;-).
There is no small contribution, don't hesitate!

Expand Down

0 comments on commit 719a164

Please sign in to comment.