Skip to content

Commit

Permalink
Add Java CI
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed May 31, 2024
1 parent dfc0412 commit 5b42fa9
Show file tree
Hide file tree
Showing 54 changed files with 12 additions and 4,707 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Build Ice on ${{ matrix.os }}
uses: ./ice/.github/actions/build
timeout-minutes: 90
timeout-minutes: 60
with:
working_directory: ice
build_flags: ${{ matrix.ice_build_flags || '' }}
Expand All @@ -62,12 +62,17 @@ jobs:

- name: Build C++ Demos on ${{ matrix.os }}
uses: ./ice/.github/actions/build
timeout-minutes: 30
timeout-minutes: 5
with:
working_directory: ice-demos/cpp
msbuild_project: msbuild/ice.proj

- name: Build C# Demos on ${{ matrix.os }}
timeout-minutes: 30
timeout-minutes: 5
working-directory: ice-demos/csharp
run: ${{ matrix.csharp_build_command }} /m msbuild/ice.proj

- name: Run Java Demos on ${{ matrix.os }}
timeout-minutes: 5
working-directory: ice-demos/java
run: ./gradlew build
1 change: 0 additions & 1 deletion java/Chat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies {
implementation 'com.jgoodies:jgoodies-looks:2.6.0'
implementation 'com.jgoodies:jgoodies-forms:1.8.0'
implementation localDependency("ice")
runtimeOnly localDependency("icessl")
implementation localDependency("glacier2")
}

Expand Down
6 changes: 0 additions & 6 deletions java/Database/README.md

This file was deleted.

Loading

0 comments on commit 5b42fa9

Please sign in to comment.