2019-10-02 20:33:58 -07:00
|
|
|
image: silex/emacs:26.3-alpine-dev
|
2019-03-28 00:53:55 -07:00
|
|
|
|
|
|
|
stages:
|
2019-08-20 00:21:12 -07:00
|
|
|
- pre-package-multifile
|
2019-08-23 23:00:43 -07:00
|
|
|
- test
|
2019-03-28 00:53:55 -07:00
|
|
|
- package
|
|
|
|
- deploy
|
|
|
|
|
2019-08-23 23:00:43 -07:00
|
|
|
package-oni-conf:
|
|
|
|
stage: pre-package-multifile
|
|
|
|
before_script:
|
|
|
|
- rm -rf oni-conf/dist
|
|
|
|
script:
|
|
|
|
- cask --path oni-conf package
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- oni-conf/dist/
|
|
|
|
|
2019-08-23 23:39:07 -07:00
|
|
|
package-oni-css:
|
|
|
|
stage: pre-package-multifile
|
|
|
|
before_script:
|
|
|
|
- rm -rf oni-css/dist
|
|
|
|
script:
|
|
|
|
- cask --path oni-css package
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- oni-css/dist/
|
|
|
|
|
2019-08-25 13:37:25 -07:00
|
|
|
package-oni-elisp:
|
|
|
|
stage: pre-package-multifile
|
|
|
|
before_script:
|
|
|
|
- rm -rf oni-elisp/dist
|
|
|
|
script:
|
|
|
|
- cask --path oni-elisp package
|
|
|
|
artifacts:
|
2019-08-25 13:38:11 -07:00
|
|
|
paths:
|
2019-08-25 13:37:25 -07:00
|
|
|
- oni-elisp/dist/
|
|
|
|
|
2019-08-27 23:09:07 -07:00
|
|
|
package-oni-haml:
|
|
|
|
stage: pre-package-multifile
|
|
|
|
before_script:
|
2019-08-29 21:51:25 -07:00
|
|
|
- rm -rf oni-haml/dist
|
2019-08-27 23:09:07 -07:00
|
|
|
script:
|
|
|
|
- cask --path oni-haml package
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- oni-haml/dist/
|
|
|
|
|
2019-08-27 23:25:50 -07:00
|
|
|
package-oni-html:
|
|
|
|
stage: pre-package-multifile
|
|
|
|
before_script:
|
2019-08-29 21:51:25 -07:00
|
|
|
- rm -rf oni-html/dist
|
2019-08-27 23:25:50 -07:00
|
|
|
script:
|
|
|
|
- cask --path oni-html package
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- oni-html/dist/
|
|
|
|
|
2019-08-27 23:34:58 -07:00
|
|
|
package-oni-nxml:
|
|
|
|
stage: pre-package-multifile
|
|
|
|
before_script:
|
2019-08-29 21:51:25 -07:00
|
|
|
- rm -rf oni-nxml/dist
|
2019-08-27 23:34:58 -07:00
|
|
|
script:
|
|
|
|
- cask --path oni-nxml package
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- oni-nxml/dist/
|
|
|
|
|
2019-08-29 21:51:25 -07:00
|
|
|
package-oni-org:
|
|
|
|
stage: pre-package-multifile
|
|
|
|
before_script:
|
|
|
|
- rm -rf oni-org/dist
|
|
|
|
script:
|
|
|
|
- cask --path oni-org package
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- oni-org/dist/
|
|
|
|
|
2019-08-27 23:53:06 -07:00
|
|
|
package-oni-php:
|
|
|
|
stage: pre-package-multifile
|
|
|
|
before_script:
|
2019-08-29 21:51:25 -07:00
|
|
|
- rm -rf oni-php/dist
|
2019-08-27 23:53:06 -07:00
|
|
|
script:
|
|
|
|
- cask --path oni-php package
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- oni-php/dist/
|
|
|
|
|
2019-08-28 00:06:55 -07:00
|
|
|
package-oni-python:
|
|
|
|
stage: pre-package-multifile
|
|
|
|
before_script:
|
2019-08-29 21:51:25 -07:00
|
|
|
- rm -rf oni-python/dist
|
2019-08-28 00:06:55 -07:00
|
|
|
script:
|
|
|
|
- cask --path oni-python package
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- oni-python/dist/
|
|
|
|
|
2019-08-28 00:09:30 -07:00
|
|
|
package-oni-ruby:
|
|
|
|
stage: pre-package-multifile
|
|
|
|
before_script:
|
2019-08-29 21:51:25 -07:00
|
|
|
- rm -rf oni-ruby/dist
|
2019-08-28 00:09:30 -07:00
|
|
|
script:
|
|
|
|
- cask --path oni-ruby package
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- oni-ruby/dist/
|
|
|
|
|
2019-08-28 00:11:08 -07:00
|
|
|
package-oni-twig:
|
|
|
|
stage: pre-package-multifile
|
|
|
|
before_script:
|
2019-08-29 21:51:25 -07:00
|
|
|
- rm -rf oni-twig/dist
|
2019-08-28 00:11:08 -07:00
|
|
|
script:
|
|
|
|
- cask --path oni-twig package
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- oni-twig/dist/
|
|
|
|
|
2019-08-22 23:52:43 -07:00
|
|
|
test-oni-alert:
|
|
|
|
stage: test
|
|
|
|
script: make test-oni-alert
|
|
|
|
|
2019-03-28 00:53:55 -07:00
|
|
|
test-oni-bookmark:
|
|
|
|
stage: test
|
2019-08-23 22:10:47 -07:00
|
|
|
script: make test-oni-bookmark
|
2019-03-28 00:53:55 -07:00
|
|
|
|
2019-08-23 23:00:43 -07:00
|
|
|
test-oni-conf:
|
|
|
|
stage: test
|
|
|
|
dependencies:
|
|
|
|
- package-oni-conf
|
|
|
|
needs: [package-oni-conf]
|
|
|
|
script: make test-oni-conf
|
|
|
|
|
2019-08-22 23:52:43 -07:00
|
|
|
test-oni-css:
|
2019-03-28 00:53:55 -07:00
|
|
|
stage: test
|
2019-08-23 23:39:07 -07:00
|
|
|
dependencies:
|
|
|
|
- package-oni-css
|
|
|
|
needs: [package-oni-css]
|
2019-08-23 22:10:47 -07:00
|
|
|
script: make test-oni-css
|
2019-03-28 00:53:55 -07:00
|
|
|
|
2019-08-25 13:37:25 -07:00
|
|
|
test-oni-elisp:
|
|
|
|
stage: test
|
|
|
|
dependencies:
|
|
|
|
- package-oni-elisp
|
|
|
|
needs: [package-oni-elisp]
|
|
|
|
script: make test-oni-elisp
|
|
|
|
|
2019-03-28 20:26:04 -07:00
|
|
|
test-oni-grep:
|
|
|
|
stage: test
|
|
|
|
script: make test-oni-grep
|
|
|
|
|
2019-05-05 00:03:04 -07:00
|
|
|
test-oni-highlight-indent-guides:
|
|
|
|
stage: test
|
|
|
|
script: make test-oni-highlight-indent-guides
|
|
|
|
|
2019-05-05 20:06:34 -07:00
|
|
|
test-oni-php:
|
|
|
|
stage: test
|
2019-08-27 23:53:06 -07:00
|
|
|
dependencies:
|
|
|
|
- package-oni-php
|
|
|
|
needs: [package-oni-php]
|
2019-08-23 22:10:47 -07:00
|
|
|
script: make test-oni-php
|
2019-05-05 20:06:34 -07:00
|
|
|
|
2019-03-28 00:53:55 -07:00
|
|
|
package:
|
|
|
|
stage: package
|
2019-08-20 00:21:12 -07:00
|
|
|
dependencies:
|
|
|
|
- package-oni-conf
|
2019-08-23 23:39:07 -07:00
|
|
|
- package-oni-css
|
2019-08-25 13:37:25 -07:00
|
|
|
- package-oni-elisp
|
2019-08-27 23:09:07 -07:00
|
|
|
- package-oni-haml
|
2019-08-27 23:25:50 -07:00
|
|
|
- package-oni-html
|
2019-08-27 23:34:58 -07:00
|
|
|
- package-oni-nxml
|
2019-08-29 21:51:25 -07:00
|
|
|
- package-oni-org
|
2019-08-27 23:53:06 -07:00
|
|
|
- package-oni-php
|
2019-08-28 00:06:55 -07:00
|
|
|
- package-oni-python
|
2019-08-28 00:09:30 -07:00
|
|
|
- package-oni-ruby
|
2019-08-28 00:11:08 -07:00
|
|
|
- package-oni-twig
|
2019-03-28 00:53:55 -07:00
|
|
|
before_script:
|
|
|
|
- rm -rf bin/
|
|
|
|
- mkdir bin/
|
|
|
|
script: make package
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- bin/
|
|
|
|
|
2019-04-16 22:05:27 -07:00
|
|
|
deploy:
|
2019-03-28 00:53:55 -07:00
|
|
|
stage: deploy
|
2019-09-08 18:04:07 -07:00
|
|
|
image: instrumentisto/rsync-ssh
|
2019-03-28 00:53:55 -07:00
|
|
|
dependencies:
|
|
|
|
- package
|
|
|
|
before_script:
|
2019-08-19 23:33:10 -07:00
|
|
|
- chmod 600 "$DEPLOY_KEY"
|
2019-03-28 00:53:55 -07:00
|
|
|
script:
|
2019-08-19 23:33:10 -07:00
|
|
|
- rsync -e "ssh -o \"UserKnownHostsFile $KNOWN_HOSTS\" -p 4511 -i $DEPLOY_KEY" -v -c -r --delete bin/ "elpa@ryuslash.org:"
|