Skip to content

Commit

Permalink
Added MacOS CI Workflow (#412) (#415)
Browse files Browse the repository at this point in the history
* Added MacOS CI Workflow



* Used snapshot url for macos



* Added case for ubuntu and windows



* Exclude bwcTest for macOS



* Exclude bwcTestSuite for all OS



---------


(cherry picked from commit 88479dd)

Signed-off-by: owaiskazi19 <[email protected]>
Signed-off-by: Joshua Palis <[email protected]>
Co-authored-by: Owais Kazi <[email protected]>
  • Loading branch information
1 parent dcc77d5 commit 08465a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
java: [11, 17]

name: Build and Test
Expand All @@ -28,7 +28,7 @@ jobs:

- name: Build and Test
run: |
./gradlew build
./gradlew build -x bwcTestSuite
- name: Publish to Maven Local
run: |
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ project(":spi").name = rootProject.name + "-spi"

include "sample-extension-plugin"
project(":sample-extension-plugin").name = rootProject.name + "-sample-extension"
startParameter.excludedTaskNames=["publishPluginZipPublicationToMavenLocal", "publishPluginZipPublicationToStagingRepository"]
startParameter.excludedTaskNames=["publishPluginZipPublicationToMavenLocal", "publishPluginZipPublicationToStagingRepository", "bwcTestSuite"]

0 comments on commit 08465a4

Please sign in to comment.