farend / redmine_message_customize

This is a plugin for Redmine.
GNU General Public License v2.0
29 stars 11 forks source link

Setup circleci #22

Closed hanachin closed 5 years ago

hanachin commented 5 years ago

I use 1agileware-jp/redmine-plugin@0.0.101 to test the plugin. https://circleci.com/orbs/registry/orb/agileware-jp/redmine-plugin

build example: https://circleci.com/workflow-run/2ed550de-1031-497e-a5d9-5b573ab068a6

ishikawa999 commented 5 years ago

Thank you for making a pull request. I merged this pull request.

Since I have never used CircleCI, I may have to contact you again if I have any problems :persevere:

hanachin commented 5 years ago

If you have any problem, please feel free to ask me 😄👍

ishikawa999 commented 5 years ago

note: CircleCI tests will probably not succeed until I merge the develop branch into the master branch.

hanachin commented 5 years ago

This CircleCI configuration uses reusable orb, maybe you need to enable pipelines in project settings to run the test (see Getting Started with Config Reuse step 1.) https://circleci.com/docs/2.0/reusing-config/

ishikawa999 commented 5 years ago

This CircleCI configuration uses reusable orb, maybe you need to enable pipelines in project settings to run the test (see Getting Started with Config Reuse step 1.) https://circleci.com/docs/2.0/reusing-config/

@hanachin Thank you for your help!

The job didn't run because it did not allow the use of third-party orbs. ScreenShot-2019-07-23-13 42 50

By changing this setting, it was confirmed that the test succeeded. https://circleci.com/gh/ishikawa999/redmine_message_customize

The automated execution of tests in CircleCI makes this plugin easier to develop. Thank you for everything.