Skip to content

Commit

Permalink
#14 Add base .rultor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Vinogradov committed Jul 17, 2019
1 parent 8877f8d commit 13010cb
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# @todo #1:30m Needs to integrate with Rultor to merge requests properly after CI/CD passed.
architect:
- aivinog1
docker:
image: yegor256/java8
install:
- sudo gem install --no-rdoc --no-ri pdd
- sudo gem install --no-rdoc --no-ri xcop
merge:
script:
- pdd --file=/dev/null
- ./gradlew buildPlugin
# @todo #14:30m Add another check after creating some tests.
# For now, as I understand tests aren't executed.
# @todo #14:30m Add deploy/release stages. For now, this plugin isn't published anywhere.
# After some work is done, needs to publish it.

3 comments on commit 13010cb

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 13010cb Jul 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-789f7728 disappeared from .rultor.yml, that's why I closed #14. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 13010cb Jul 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 14-9448838b discovered in .rultor.yml and submitted as #24. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 13010cb Jul 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 14-56e3f5bf discovered in .rultor.yml and submitted as #25. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.