Skip to content

Commit

Permalink
(#106) Fix pipelines, added Qulice check on GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket-3 committed Jan 8, 2022
1 parent e718bcb commit 2d4651e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include:
build:
stage: build
script:
- time mvn package
- time mvn package -Pqulice
only:
refs:
- master
Expand Down
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ merge:
pdd -f /dev/null
java -version --batch-mode
mvn -version --batch-mode
mvn clean install -Pqulice --batch-mode
mvn clean install -Pqulice --batch-mode -Dstyle.color=never

0 comments on commit 2d4651e

Please sign in to comment.