mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-10 20:37:30 -04:00
Update README.md
This commit is contained in:
parent
761e671ecf
commit
e3c923e268
12
.travis.yml
12
.travis.yml
@ -4,5 +4,15 @@ jdk:
|
|||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: 1ab883a4d25412928662c5e7afe722585730eade
|
api_key: 1ab883a4d25412928662c5e7afe722585730eade
|
||||||
file: build/libs/*
|
file:
|
||||||
|
- HMCL/build/libs/HMCL-2.4.0.233.exe
|
||||||
|
- HMCL/build/libs/HMCL-2.4.0.233.jar
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
install: echo "skip 'gradle assemble' step"
|
||||||
|
script: gradle build --continue
|
||||||
|
before_cache:
|
||||||
|
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.gradle/caches/
|
||||||
|
- $HOME/.gradle/wrapper/
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
Hello Minecraft! Launcher is a Minecraft launcher.
|
Hello Minecraft! Launcher is a Minecraft launcher.
|
||||||
License is GPL v3, see http://www.gnu.org/licenses/gpl.html
|
License is GPL v3, see http://www.gnu.org/licenses/gpl.html
|
||||||
|
|
||||||
|
!(TRAVIS CI)[https://travis-ci.org/huanghongxun/HMCL.svg?branch=master]
|
||||||
|
|
||||||
### Joining
|
### Joining
|
||||||
If you really want to join the development, here's some requests.
|
If you really want to join the development, here's some requests.
|
||||||
* The Development Environment is Netbeans 8.0.2 with Gradle Support plugin.
|
* The Development Environment is Netbeans 8.0.2 with Gradle Support plugin.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user