Skip to content

Commit

Permalink
Try to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Jun 5, 2022
1 parent fb4c29e commit 4b51792
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ script:
# this project and any Error Prone checks available only from other artifact
# repositories.
- ./mvnw clean install
# XXX: This extra build step should not be necessary. (Note that contrary to
# the statement above, we now run the build _thrice_). This extra step is
# here to recompile the Refaster templates against the Picnic Error Prone
# fork, because at this moment vanilla Refaster and Picnic's Refaster
# modifications are not (de)serialization compatible.
- ./mvnw clean install -Perror-prone-fork -DskipTests -Dverification.skip -s settings.xml
- ./mvnw clean install -Perror-prone-fork -Pnon-maven-central -Pself-check -s settings.xml
# XXX: Enable SonarCloud once we "go public".
# ./mvnw jacoco:prepare-agent surefire:test jacoco:report sonar:sonar
Expand Down

0 comments on commit 4b51792

Please sign in to comment.