Skip to content

Commit

Permalink
Merge branch 'core_6_5_0_RC1' into dynamic_simulation_fsv
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <[email protected]>
  • Loading branch information
flo-dup committed Oct 1, 2024
2 parents 4c6ec60 + 7824203 commit 28aae42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,40 +18,28 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
path: main

- name: Checkout powsybl-core branch
uses: actions/checkout@v4
with:
repository: powsybl/powsybl-core
ref: refs/heads/dynamic_simulation_fsv
path: powsybl-core
uses: actions/checkout@v1

- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17

- name: Build and install powsybl-core with Maven
run: mvn --batch-mode -DskipTests=true --file ./powsybl-core/pom.xml install

- name: Build with Maven
if: matrix.os == 'ubuntu-latest'
run: mvn --batch-mode -Pintegration-tests,jacoco --file ./main/pom.xml install
run: mvn --batch-mode -Pintegration-tests,jacoco install

- name: Build with Maven
if: matrix.os != 'ubuntu-latest'
run: mvn --batch-mode --file ./main/pom.xml install
run: mvn --batch-mode install

- name: Run SonarCloud analysis
if: matrix.os == 'ubuntu-latest'
run: >
mvn --batch-mode -DskipTests --file ./main/pom.xml sonar:sonar
mvn --batch-mode -DskipTests sonar:sonar
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=powsybl-ci-github
-Dsonar.projectKey=com.powsybl:powsybl-dynawo
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<properties>
<java.version>17</java.version>
<powsybl-core.version>6.5.0-SNAPSHOT</powsybl-core.version>
<powsybl-core.version>6.5.0-RC1</powsybl-core.version>
<groovy.version>4.0.14</groovy.version> <!-- used for groovy-json but also for groovydoc (dynawo-dsl) -->
<asciitable.version>0.3.2</asciitable.version>
<sonar.coverage.jacoco.xmlReportPaths>
Expand Down

0 comments on commit 28aae42

Please sign in to comment.