mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
feat: Use conan for dependency management
This commit is contained in:
11
ci/profile_linux
Normal file
11
ci/profile_linux
Normal file
@@ -0,0 +1,11 @@
|
||||
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
[settings]
|
||||
arch=x86_64
|
||||
build_type=RelWithDebInfo
|
||||
compiler=gcc
|
||||
compiler.cppstd=gnu17
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=11
|
||||
os=Linux
|
||||
11
ci/profile_mac
Normal file
11
ci/profile_mac
Normal file
@@ -0,0 +1,11 @@
|
||||
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
[settings]
|
||||
arch=x86_64
|
||||
build_type=RelWithDebInfo
|
||||
compiler=apple-clang
|
||||
compiler.cppstd=gnu17
|
||||
compiler.libcxx=libc++
|
||||
compiler.version=15
|
||||
os=Macos
|
||||
15
ci/profile_win
Normal file
15
ci/profile_win
Normal file
@@ -0,0 +1,15 @@
|
||||
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
[settings]
|
||||
arch=x86_64
|
||||
build_type=RelWithDebInfo
|
||||
compiler=msvc
|
||||
compiler.cppstd=17
|
||||
compiler.runtime=dynamic
|
||||
compiler.version=194
|
||||
os=Windows
|
||||
|
||||
# Force Ninja generator
|
||||
[conf]
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
||||
Reference in New Issue
Block a user