Compare commits
2 Commits
prerelease
...
prerelease
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be4b04a286 | ||
|
|
9d11122e93 |
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -130,7 +130,13 @@ jobs:
|
|||||||
-s arch=x86_64 `
|
-s arch=x86_64 `
|
||||||
-s os=Windows `
|
-s os=Windows `
|
||||||
--build=missing
|
--build=missing
|
||||||
conan build .
|
conan build . `
|
||||||
|
-s compiler=gcc `
|
||||||
|
-s compiler.version=13 `
|
||||||
|
-s compiler.libcxx=libstdc++11 `
|
||||||
|
-s arch=x86_64 `
|
||||||
|
-s os=Windows `
|
||||||
|
--build=missing
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ class ArgonConan(ConanFile):
|
|||||||
self.folders.generators = "build"
|
self.folders.generators = "build"
|
||||||
|
|
||||||
def generate(self):
|
def generate(self):
|
||||||
|
os.environ["CONAN_NON_INTERACTIVE"] = "1"
|
||||||
tc = CMakeToolchain(self)
|
tc = CMakeToolchain(self)
|
||||||
|
|
||||||
if os.name == "nt": # Windows
|
if os.name == "nt": # Windows
|
||||||
|
|||||||
Reference in New Issue
Block a user