Concourse build modifications for concourse and manifest-yaml
This commit is contained in:
3
atom-extensions/atom-boot-java/.gitignore-release
Normal file
3
atom-extensions/atom-boot-java/.gitignore-release
Normal file
@@ -0,0 +1,3 @@
|
||||
.idea/
|
||||
server/
|
||||
node_modules/
|
||||
15
atom-extensions/atom-bosh/.travis.yml
Normal file
15
atom-extensions/atom-bosh/.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
|
||||
27
atom-extensions/atom-bosh/appveyor.yml
Normal file
27
atom-extensions/atom-bosh/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
|
||||
6
atom-extensions/atom-cf-manifest-yaml/.gitignore-release
Normal file
6
atom-extensions/atom-cf-manifest-yaml/.gitignore-release
Normal file
@@ -0,0 +1,6 @@
|
||||
/.idea
|
||||
/node_modules
|
||||
/server
|
||||
*.tgz
|
||||
*.iml
|
||||
*.log
|
||||
15
atom-extensions/atom-cf-manifest-yaml/.travis.yml
Normal file
15
atom-extensions/atom-cf-manifest-yaml/.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
|
||||
27
atom-extensions/atom-cf-manifest-yaml/appveyor.yml
Normal file
27
atom-extensions/atom-cf-manifest-yaml/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
|
||||
6
atom-extensions/atom-concourse/.gitignore-release
Normal file
6
atom-extensions/atom-concourse/.gitignore-release
Normal file
@@ -0,0 +1,6 @@
|
||||
/.idea
|
||||
/node_modules
|
||||
/server
|
||||
*.tgz
|
||||
*iml
|
||||
*.log
|
||||
15
atom-extensions/atom-concourse/.travis.yml
Normal file
15
atom-extensions/atom-concourse/.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
|
||||
27
atom-extensions/atom-concourse/appveyor.yml
Normal file
27
atom-extensions/atom-concourse/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