mirror of
https://github.com/clangd/clangd.git
synced 2025-07-17 21:20:17 +00:00
Compare commits
3 Commits
snapshot_2
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
30a8f963f7 | ||
|
8f26871294 | ||
|
1e95a5944b |
12
.github/workflows/autobuild.yaml
vendored
12
.github/workflows/autobuild.yaml
vendored
@ -147,9 +147,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- name: windows
|
- name: windows
|
||||||
os: windows-2019
|
os: windows-2022
|
||||||
preinstall: choco install ninja nasm
|
preinstall: choco install ninja nasm
|
||||||
vcvars: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
|
vcvars: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat
|
||||||
cflags: /O2 /DNDEBUG
|
cflags: /O2 /DNDEBUG
|
||||||
cmake: >-
|
cmake: >-
|
||||||
"-DCMAKE_C_COMPILER=cl"
|
"-DCMAKE_C_COMPILER=cl"
|
||||||
@ -179,7 +179,7 @@ jobs:
|
|||||||
container: ubuntu:20.04
|
container: ubuntu:20.04
|
||||||
preinstall: >-
|
preinstall: >-
|
||||||
apt-get update &&
|
apt-get update &&
|
||||||
apt-get install -y ninja-build libz-dev libc-ares-dev wget clang-9
|
apt-get install -y ninja-build libz-dev libc-ares-dev wget clang-10
|
||||||
software-properties-common p7zip-full curl &&
|
software-properties-common p7zip-full curl &&
|
||||||
add-apt-repository ppa:git-core/ppa &&
|
add-apt-repository ppa:git-core/ppa &&
|
||||||
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add - &&
|
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add - &&
|
||||||
@ -188,8 +188,8 @@ jobs:
|
|||||||
apt-get install -y git cmake python3.8 python3.8-dev
|
apt-get install -y git cmake python3.8 python3.8-dev
|
||||||
cflags: -O3 -gline-tables-only -DNDEBUG -include $GITHUB_WORKSPACE/.github/workflows/lib_compat.h
|
cflags: -O3 -gline-tables-only -DNDEBUG -include $GITHUB_WORKSPACE/.github/workflows/lib_compat.h
|
||||||
cmake: >-
|
cmake: >-
|
||||||
"-DCMAKE_C_COMPILER=clang-9"
|
"-DCMAKE_C_COMPILER=clang-10"
|
||||||
"-DCMAKE_CXX_COMPILER=clang++-9"
|
"-DCMAKE_CXX_COMPILER=clang++-10"
|
||||||
"-DCMAKE_EXE_LINKER_FLAGS_RELEASE=-static-libgcc -Wl,--compress-debug-sections=zlib"
|
"-DCMAKE_EXE_LINKER_FLAGS_RELEASE=-static-libgcc -Wl,--compress-debug-sections=zlib"
|
||||||
"-DLLVM_STATIC_LINK_CXX_STDLIB=ON"
|
"-DLLVM_STATIC_LINK_CXX_STDLIB=ON"
|
||||||
"-DLLVM_ENABLE_ZLIB=FORCE_ON"
|
"-DLLVM_ENABLE_ZLIB=FORCE_ON"
|
||||||
@ -341,7 +341,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ env.UPLOAD_URL }}
|
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_path: clangd-pdb.7z
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
- name: Upload indexing-tools asset
|
- name: Upload indexing-tools asset
|
||||||
|
Loading…
Reference in New Issue
Block a user