Skip to content

Commit 769ba9f

Browse files
committed
#25 rultor
1 parent bc69666 commit 769ba9f

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Check out all text files in UNIX format, with LF as end of line
2+
# Don't change this file. If you have any ideas about it, please
3+
# submit a separate issue about it and we'll discuss.
4+
5+
* text=auto eol=lf
6+
*.java ident
7+
*.xml ident
8+
*.png binary

.rultor.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1+
docker:
2+
image: yegor256/rultor-image:1.21.0
13
assets:
24
settings.xml: yegor256/home#assets/sttc/settings.xml
35
pubring.gpg: yegor256/home#assets/pubring.gpg
46
secring.gpg: yegor256/home#assets/secring.gpg
5-
env:
6-
MAVEN_OPTS: -XX:MaxPermSize=256m -Xmx1g
7-
install:
8-
- sudo gem install pdd -v 0.20.5
97
merge:
108
script: |-
119
pdd -f /dev/null
1210
mvn clean install -Pqulice --errors --settings ../settings.xml
13-
deploy:
14-
script: |-
15-
pdd -f /dev/null
16-
mvn clean deploy -Pqulice --errors --settings ../settings.xml
1711
release:
1812
script: |-
1913
pdd -f /dev/null

0 commit comments

Comments
 (0)