Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ee92f0

Browse files
authored
Fully automate dev setup with Gitpod (TheAlgorithms#2094)
This commit implements a fully-automated development setup using Gitpod.io, anonline IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code.This makes it easy for anyone to get a ready-to-code workspace for any branch,issue or pull request almost instantly with a single click.
1 parentb4d104d commit6ee92f0

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

‎.gitpod.Dockerfile‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM gitpod/workspace-full
2+
3+
# Install custom tools, runtimes, etc.
4+
# For example "bastet", a command-line tetris clone:
5+
# RUN brew install bastet
6+
#
7+
# More information: https://www.gitpod.io/docs/config-docker/

‎.gitpod.yml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
image:
2+
file:.gitpod.Dockerfile
3+
4+
tasks:
5+
-init:'echo "TODO: Replace with init/build command"'
6+
command:(e.g. 'npm start', 'yarn watch'...)

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Java)
2+
13
#The Algorithms - Java
24
[![Build Status](https://api.travis-ci.com/TheAlgorithms/Java.svg?branch=master)](https://travis-ci.com/TheAlgorithms/Java) 
35
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/TheAlgorithms/100)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp