Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 15, 2023
1 parent c1f94d5 commit f6f9df8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
key: maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
maven-
- run: mvn install -Pjacoco -Dmysql.classifier=linux-x86_64
- run: mvn install -Pjacoco
- uses: codecov/codecov-action@v3
with:
file: ./target/site/jacoco/jacoco.xml
Expand Down
6 changes: 3 additions & 3 deletions .rultor.yml
Expand Up @@ -9,12 +9,12 @@ install: |
sudo apt-get install -y libnuma1 libaio1
merge:
script: |
mvn clean install -Pqulice --errors --batch-mode -Dmysql.classifier=linux-x86_64
mvn clean install -Pqulice --errors --batch-mode
release:
pre: false
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}" --batch-mode
git commit -am "${tag}"
mvn clean deploy -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml -Dmysql.classifier=linux-x86_64
mvn clean site-deploy -Psite --errors --settings ../settings.xml --batch-mode -Dmysql.classifier=linux-x86_64
mvn clean deploy -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml
mvn clean site-deploy -Psite --errors --settings ../settings.xml --batch-mode

0 comments on commit f6f9df8

Please sign in to comment.