Compare commits
1 Commits
prerelease
...
prerelease
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4c7294267 |
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
@@ -106,7 +106,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install build tools
|
- name: Install build tools
|
||||||
run: choco install winflexbison mingw -y
|
run: choco install winflexbison -y
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
@@ -123,20 +123,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build with MinGW
|
- name: Build with MinGW
|
||||||
run: |
|
run: |
|
||||||
conan install . `
|
conan install .
|
||||||
-s compiler=gcc `
|
conan build .
|
||||||
-s compiler.version=13 `
|
|
||||||
-s compiler.libcxx=libstdc++11 `
|
|
||||||
-s arch=x86_64 `
|
|
||||||
-s os=Windows `
|
|
||||||
--build=missing
|
|
||||||
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
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ set_target_properties(argon PROPERTIES
|
|||||||
find_package(BDWgc REQUIRED)
|
find_package(BDWgc REQUIRED)
|
||||||
find_package(gmp REQUIRED)
|
find_package(gmp REQUIRED)
|
||||||
|
|
||||||
target_compile_options(argon PRIVATE -O3 -Wall -Wextra -Wno-unused-function -s)
|
target_compile_options(argon PRIVATE -O3 -Wall -Wno-unused-function -s)
|
||||||
if(NOT APPLE)
|
if(NOT APPLE)
|
||||||
target_link_options(argon PRIVATE -static)
|
target_link_options(argon PRIVATE -static)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user