mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 19:04:27 +02:00
build: linear-algebra
Conan repo is no needed anymore
This commit is contained in:
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@@ -84,7 +84,6 @@ jobs:
|
||||
pip install -U conan
|
||||
conan config init
|
||||
conan remote add upload https://mpusz.jfrog.io/artifactory/api/conan/conan-oss
|
||||
conan remote add linear-algebra https://twonington.jfrog.io/artifactory/api/conan/conan-oss
|
||||
mkdir _lgtm_build_dir && cd _lgtm_build_dir
|
||||
conan install .. -s compiler.cppstd=20 -s compiler.libcxx=libstdc++11 -o mp-units:build_docs=False -e mp-units:CONAN_RUN_TESTS=True -b outdated -u
|
||||
conan build ..
|
||||
|
1
.github/workflows/documentation.yml
vendored
1
.github/workflows/documentation.yml
vendored
@@ -76,7 +76,6 @@ jobs:
|
||||
run: |
|
||||
conan config init
|
||||
conan remote add -i 0 upload https://mpusz.jfrog.io/artifactory/api/conan/conan-oss
|
||||
conan remote add linear-algebra https://twonington.jfrog.io/artifactory/api/conan/conan-oss
|
||||
- name: Install Conan dependencies
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
|
3
build.py
3
build.py
@@ -35,9 +35,6 @@ if __name__ == "__main__":
|
||||
stable_branch_pattern = r"v\d+\.\d+\.\d+.*",
|
||||
|
||||
# dependencies
|
||||
remotes = [
|
||||
("https://twonington.jfrog.io/artifactory/api/conan/conan-oss", True, "linear-algebra")
|
||||
],
|
||||
build_policy = ["mp-units", "outdated"],
|
||||
upload_dependencies = "all",
|
||||
pip_install = ["sphinx", "recommonmark", "breathe"],
|
||||
|
Reference in New Issue
Block a user