mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +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
|
pip install -U conan
|
||||||
conan config init
|
conan config init
|
||||||
conan remote add upload https://mpusz.jfrog.io/artifactory/api/conan/conan-oss
|
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
|
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 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 ..
|
conan build ..
|
||||||
|
1
.github/workflows/documentation.yml
vendored
1
.github/workflows/documentation.yml
vendored
@@ -76,7 +76,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
conan config init
|
conan config init
|
||||||
conan remote add -i 0 upload https://mpusz.jfrog.io/artifactory/api/conan/conan-oss
|
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
|
- name: Install Conan dependencies
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
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+.*",
|
stable_branch_pattern = r"v\d+\.\d+\.\d+.*",
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
remotes = [
|
|
||||||
("https://twonington.jfrog.io/artifactory/api/conan/conan-oss", True, "linear-algebra")
|
|
||||||
],
|
|
||||||
build_policy = ["mp-units", "outdated"],
|
build_policy = ["mp-units", "outdated"],
|
||||||
upload_dependencies = "all",
|
upload_dependencies = "all",
|
||||||
pip_install = ["sphinx", "recommonmark", "breathe"],
|
pip_install = ["sphinx", "recommonmark", "breathe"],
|
||||||
|
Reference in New Issue
Block a user