1 Star 3 Fork 1

OpenJFX中文/javafx-maven-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 635 Bytes
一键复制 编辑 原始数据 按行查看 历史
# use java support
language: java
jdk: openjdk11
# run in container
sudo: false
# use linux as operating system
os: linux
dist: xenial
# configure xvfb screen
services:
- xvfb
# Do not run travis install step
install: true
# Assemble jars
script:
- mvn clean compile verify
cache:
directories:
- $HOME/.m2
deploy:
# Deploy snapshots on every commit made to master
- provider: script
script: bash .ci/deploy-snapshot.sh
skip_cleanup: true
on:
branch: master
# Deploy releases on every tag push
- provider: script
script: bash .ci/release.sh
skip_cleanup: true
on:
tags: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openjfxcn/javafx-maven-plugin.git
git@gitee.com:openjfxcn/javafx-maven-plugin.git
openjfxcn
javafx-maven-plugin
javafx-maven-plugin
master

搜索帮助