Build for boot-properties
This commit is contained in:
15
atom-extensions/atom-boot-java/.travis.yml
Normal file
15
atom-extensions/atom-boot-java/.travis.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
language: objective-c
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: change
|
||||
|
||||
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
|
||||
|
||||
git:
|
||||
depth: 10
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
4
atom-extensions/atom-boot-java/README.MD
Normal file
4
atom-extensions/atom-boot-java/README.MD
Normal file
@@ -0,0 +1,4 @@
|
||||
# Atom package for Spring Boot projects
|
||||
|
||||
[](https://travis-ci.org/spring-projects/atom-boot-java) [](https://ci.appveyor.com/project/spring-projects/atom-boot-java/branch/master) [](https://david-dm.org/spring-projects/atom-boot-java)
|
||||
|
||||
27
atom-extensions/atom-boot-java/appveyor.yml
Normal file
27
atom-extensions/atom-boot-java/appveyor.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
version: "{build}"
|
||||
|
||||
platform: x64
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
clone_depth: 10
|
||||
|
||||
skip_tags: true
|
||||
|
||||
environment:
|
||||
APM_TEST_PACKAGES:
|
||||
|
||||
matrix:
|
||||
- ATOM_CHANNEL: stable
|
||||
- ATOM_CHANNEL: beta
|
||||
|
||||
install:
|
||||
- ps: Install-Product node 6
|
||||
|
||||
build_script:
|
||||
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
|
||||
|
||||
test: off
|
||||
deploy: off
|
||||
Reference in New Issue
Block a user