Skip to content

Commit 7c734fb

Browse files
committed
Support Gitpod.
1 parent 0f9043e commit 7c734fb

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.gitpod.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
tasks:
6+
- init: ./gradlew build
7+
8+

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![build](https://github.com/jingedawang/Algorithms/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/jingedawang/Algorithms/actions/workflows/build.yml)
55
[![check-url](https://github.com/jingedawang/Algorithms/workflows/Url/badge.svg?branch=master)](https://github.com/jingedawang/Algorithms/actions/workflows/check-url.yml)
66
[![codecov](https://codecov.io/gh/jingedawang/Algorithms/branch/master/graph/badge.svg?token=01G6F59X5L)](https://codecov.io/gh/jingedawang/Algorithms)
7+
[![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-FFB45B?logo=gitpod)](https://gitpod.io/#https://github.com/jingedawang/Algorithms)
78

89
Welcome to the world of **Algorithms**.
910

@@ -23,7 +24,9 @@ Just run it, the core principle will flash on you at once.
2324

2425
### Quick Start
2526

26-
You can use either Intellij IDEA or Gradle to build and test the code.
27+
We support Gitpod as online coding platform, you can try it [here](https://gitpod.io/#https://github.com/jingedawang/Algorithms).
28+
29+
You can use either Intellij IDEA or Gradle to build and test the code locally. But you can only use Gradle as build tool online since Gitpod is using VSCode.
2730

2831
#### Intellij IDEA
2932

@@ -38,7 +41,7 @@ To run all tests, please right-click the `test` folder from the Project window,
3841

3942
#### Gradle
4043

41-
If you don't have Intellij IDEA installed, it's also convenient to build and test with Gradle.
44+
If you don't have Intellij IDEA installed or if you are using Gitpod, it's also convenient to build and test with Gradle.
4245
You don't need to have Gradle installed, `gradlew` script will download a proper version for you
4346
during the first run.
4447

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)