-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move DAP debugger to separate repo (#1447)
- Loading branch information
1 parent
a0e00b8
commit a4a1200
Showing
24 changed files
with
3 additions
and
3,453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,13 +46,6 @@ jobs: | |
with: | ||
name: erlang_ls | ||
path: _build/default/bin/erlang_ls | ||
- name: Escriptize DAP Server | ||
run: rebar3 as dap escriptize | ||
- name: Store DAP Server Escript | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: els_dap | ||
path: _build/dap/bin/els_dap | ||
- name: Check formatting | ||
run: rebar3 fmt -c | ||
- name: Lint | ||
|
@@ -86,7 +79,6 @@ jobs: | |
path: | | ||
apps/els_core/doc | ||
apps/els_lsp/doc | ||
apps/els_dap/doc | ||
# Make release artifacts : erlang_ls | ||
- name: Make erlang_ls-linux.tar.gz | ||
|
@@ -105,18 +97,6 @@ jobs: | |
asset_name: "erlang_ls-linux-${{ matrix.otp-version }}.tar.gz" | ||
asset_path: "erlang_ls-linux-${{ matrix.otp-version }}.tar.gz" | ||
upload_url: "${{ steps.get_release_url.outputs.upload_url }}" | ||
# Make release artifacts : els_dap | ||
- name: Make els_dap-linux.tar.gz | ||
run: 'tar -zcvf els_dap-linux-${{ matrix.otp-version }}.tar.gz -C _build/dap/bin/ els_dap' | ||
- env: | ||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
name: Upload release els_dap-linux.tar.gz | ||
uses: "actions/[email protected]" | ||
with: | ||
asset_content_type: application/octet-stream | ||
asset_name: "els_dap-linux-${{ matrix.otp-version }}.tar.gz" | ||
asset_path: "els_dap-linux-${{ matrix.otp-version }}.tar.gz" | ||
upload_url: "${{ steps.get_release_url.outputs.upload_url }}" | ||
windows: | ||
runs-on: windows-latest | ||
steps: | ||
|
@@ -135,13 +115,6 @@ jobs: | |
with: | ||
name: erlang_ls | ||
path: _build/default/bin/erlang_ls | ||
- name: Escriptize DAP Server | ||
run: rebar3 as dap escriptize | ||
- name: Store DAP Server Escript | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: els_dap | ||
path: _build/dap/bin/els_dap | ||
- name: Lint | ||
run: rebar3 lint | ||
- name: Generate Dialyzer PLT for usage in CT Tests | ||
|
@@ -179,15 +152,3 @@ jobs: | |
asset_name: erlang_ls-win32.tar.gz | ||
asset_path: erlang_ls-win32.tar.gz | ||
upload_url: "${{ steps.get_release_url.outputs.upload_url }}" | ||
# Make release artifacts : els_dap | ||
- name: Make els_dap-win32.tar.gz | ||
run: 'tar -zcvf els_dap-win32.tar.gz -C _build/dap/bin/ els_dap' | ||
- env: | ||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
name: Upload release els_dap-win32.tar.gz | ||
uses: "actions/[email protected]" | ||
with: | ||
asset_content_type: application/octet-stream | ||
asset_name: els_dap-win32.tar.gz | ||
asset_path: els_dap-win32.tar.gz | ||
upload_url: "${{ steps.get_release_url.outputs.upload_url }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.