Skip to content

Commit d14662e

Browse files
authored
Merge pull request #1158 from JanKoehnlein/jk/gitpodify
Gitpodified the repository
2 parents 5c37826 + 347e4a8 commit d14662e

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

.gitpod.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
tasks:
3+
- init: make build
4+
github:
5+
prebuilds:
6+
master: true
7+
branches: true
8+
pullRequests: true
9+
pullRequestsFromForks: true
10+
addCheck: true
11+
12+
vscode:
13+
extensions:
14+
- golang.go

DEVELOPMENT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
* `choco install cygwin make -y`
1818
* `[Environment]::SetEnvironmentVariable("PATH", "C:\tools\cygwin\bin;$ENV:PATH", "MACHINE")`
1919

20+
Alternatively, you can use Gitpod to run pre-configured dev envrionment in the cloud right from your browser
21+
22+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/buildpacks/pack)
23+
24+
2025
### Windows Caveats
2126

2227
* Symlinks - Some of our tests attempt to create symlinks. On Windows, this requires the [permission to be provided](https://stackoverflow.com/a/24353758).

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![GitHub license](https://img.shields.io/github/license/buildpacks/pack)](https://github.com/buildpacks/pack/blob/main/LICENSE)
88
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4748/badge)](https://bestpractices.coreinfrastructure.org/projects/4748)
99
[![Slack](https://img.shields.io/badge/slack-join-ff69b4.svg?logo=slack)](https://slack.buildpacks.io/)
10+
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/buildpacks/pack)
1011

1112
`pack` makes it easy for...
1213
- [**App Developers**][app-dev] to use buildpacks to convert code into runnable images.

0 commit comments

Comments
 (0)