mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Add gitpod config
this commit adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev environment for any branch, issue and pull request with a single click.
This commit is contained in:
parent
804970ca13
commit
4aba6e814b
2 changed files with 4 additions and 0 deletions
2
.gitpod.yml
Normal file
2
.gitpod.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
tasks:
|
||||
- init: ./gradlew build
|
|
@ -1,3 +1,5 @@
|
|||
[](https://gitpod.io/#https://github.com/eclipse/xtext-core)
|
||||
|
||||
# Eclipse Xtext Core Framework
|
||||
|
||||
This repository contains the platform-independent language framework of Xtext.
|
||||
|
|
Loading…
Reference in a new issue