mirror of
https://github.com/clangd/clangd.git
synced 2025-07-12 10:40:17 +00:00
Compare commits
3 Commits
a9148367fc
...
6e77062484
Author | SHA1 | Date | |
---|---|---|---|
|
6e77062484 | ||
|
30a8f963f7 | ||
|
5796438e86 |
8
.github/workflows/autobuild.yaml
vendored
8
.github/workflows/autobuild.yaml
vendored
@ -300,6 +300,12 @@ jobs:
|
||||
run: >
|
||||
ninja -C ${{ env.CLANGD_DIR }} clangd clangd-indexer clangd-index-server
|
||||
clangd-index-server-monitor
|
||||
# Install targets so that RUNPATHs get properly substituted.
|
||||
# FIXME: We don't have other targets besides clangd. We probably want them too.
|
||||
- name: Install
|
||||
run: >
|
||||
cmake --install ${{ env.CLANGD_DIR }} --prefix ${{ env.CLANGD_DIR }}
|
||||
"--component=clangd"
|
||||
- name: Install OpenMP headers
|
||||
shell: bash
|
||||
run: >
|
||||
@ -341,7 +347,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ env.UPLOAD_URL }}
|
||||
asset_name: clangd-${{ matrix.config.name }}-${{ env.TAG_NAME }}-debug-symbols.7z
|
||||
asset_name: clangd-debug-symbols-${{ matrix.config.name }}-${{ env.TAG_NAME }}.7z
|
||||
asset_path: clangd-pdb.7z
|
||||
asset_content_type: application/zip
|
||||
- name: Upload indexing-tools asset
|
||||
|
Loading…
Reference in New Issue
Block a user