Skip to content

Commit

Permalink
Add github actions to do a gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimon-au committed Mar 9, 2024
1 parent ba0d9da commit 0c82c2b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/contextive-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,29 @@ jobs:
with:
name: 'Contextive VsCode Extension'
reporter: java-junit

intellij:
name: IntelliJ Plugin
needs:
- language-server
runs-on: ${{ inputs.os }}
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false

- name: Language Server Artifact
uses: actions/download-artifact@v3
with:
name: Contextive.LanguageServer-${{ inputs.dotnet_runtime }}
path: src/

- name: Build
run: gradlew build
working-directory: src/intellij/contextive

# - uses: ./.github/actions/upload-reports
# if: always()
# with:
# name: 'Contextive VsCode Extension'
# reporter: java-junit
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
"Expecto",
"fgrep",
"formulahendry",
"gradlew",
"hbenl",
"Intelli",
"intellij",
"ionide",
"MADR",
"paket",
Expand Down

0 comments on commit 0c82c2b

Please sign in to comment.