Skip to content

Commit

Permalink
Publish LS with the .NET Native module
Browse files Browse the repository at this point in the history
  • Loading branch information
exyi committed Dec 8, 2022
1 parent 57a6614 commit 24629e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ jobs:
cd src/tree-sitter-dotvvm
yarn install --immutable
yarn build
- name: Build .NET native module
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
cd src/native-lib-dotvvm-spy
./build.sh
- name: Build .NET native module
if: ${{ matrix.os == 'windows-latest' }}
run: |
cd src/native-lib-dotvvm-spy
./build.ps1
- name: Build language server
run: |
cd src/dothtml-basic-ls
Expand Down

0 comments on commit 24629e8

Please sign in to comment.