Skip to content

Commit

Permalink
remove sql-cli, jdbc, odbc, workbench, bi-connectors
Browse files Browse the repository at this point in the history
update build
add dependency in jdbc maven artifact
add build phase for git clone of sql-cli

Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB committed Jan 10, 2023
1 parent 820c833 commit 559827b
Show file tree
Hide file tree
Showing 786 changed files with 15 additions and 159,861 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/bi-connectors.yml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/sql-cli-test-and-build-workflow.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/sql-jdbc-test-and-build-workflow.yml

This file was deleted.

179 changes: 0 additions & 179 deletions .github/workflows/sql-odbc-main.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/sql-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
matrix:
entry:
- { os: ubuntu-latest, java: 11 }
- { os: windows-latest, java: 11, os_build_args: -x doctest -x integTest -x jacocoTestReport -x compileJdbc -PbuildPlatform=windows }
- { os: macos-latest, java: 11, os_build_args: -x doctest -x integTest -x jacocoTestReport -x compileJdbc }
- { os: windows-latest, java: 11, os_build_args: -x doctest -x integTest -x jacocoTestReport -PbuildPlatform=windows }
- { os: macos-latest, java: 11, os_build_args: -x doctest -x integTest -x jacocoTestReport }
- { os: ubuntu-latest, java: 17 }
- { os: windows-latest, java: 17, os_build_args: -x doctest -x integTest -x jacocoTestReport -x compileJdbc -PbuildPlatform=windows }
- { os: macos-latest, java: 17, os_build_args: -x doctest -x integTest -x jacocoTestReport -x compileJdbc }
- { os: windows-latest, java: 17, os_build_args: -x doctest -x integTest -x jacocoTestReport -PbuildPlatform=windows }
- { os: macos-latest, java: 17, os_build_args: -x doctest -x integTest -x jacocoTestReport }
runs-on: ${{ matrix.entry.os }}

steps:
Expand Down
Loading

0 comments on commit 559827b

Please sign in to comment.