mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Migrate to Github Actions CI
This commit is contained in:
12
scripts/ci_setup_clang.sh
Executable file
12
scripts/ci_setup_clang.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
VERSION=$1
|
||||
|
||||
apt-get update
|
||||
apt-get install -y libc++-${VERSION}-dev libc++abi-${VERSION}-dev
|
||||
|
||||
if [[ "${VERSION}" -ge 12 ]]; then
|
||||
apt-get install -y --no-install-recommends libunwind-${VERSION}-dev
|
||||
fi
|
Reference in New Issue
Block a user