Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
3875248c83 | |||
a9adcead12 |
2 changed files with 13 additions and 0 deletions
|
@ -162,6 +162,10 @@ jobs:
|
||||||
pushd break_interval_clone >&/dev/null
|
pushd break_interval_clone >&/dev/null
|
||||||
|
|
||||||
git checkout "${GITHUB_REF_NAME}"
|
git checkout "${GITHUB_REF_NAME}"
|
||||||
|
|
||||||
|
# Patch CMakeLists.txt as some flags aren't yet supported by Debian's GCC.
|
||||||
|
sed -i -e 's/-fstrict-flex-arrays=3//g' CMakeLists.txt
|
||||||
|
|
||||||
cmake -S . -B buildRelease -DCMAKE_BUILD_TYPE=Release
|
cmake -S . -B buildRelease -DCMAKE_BUILD_TYPE=Release
|
||||||
make -C buildRelease
|
make -C buildRelease
|
||||||
|
|
||||||
|
@ -218,6 +222,10 @@ jobs:
|
||||||
pushd break_interval_clone >&/dev/null
|
pushd break_interval_clone >&/dev/null
|
||||||
|
|
||||||
git checkout "${GITHUB_REF_NAME}"
|
git checkout "${GITHUB_REF_NAME}"
|
||||||
|
|
||||||
|
# Patch CMakeLists.txt as some flags aren't yet supported by Debian's GCC.
|
||||||
|
sed -i -e 's/-fstrict-flex-arrays=3//g' CMakeLists.txt
|
||||||
|
|
||||||
cmake -S . -B buildRelease -DCMAKE_BUILD_TYPE=Release
|
cmake -S . -B buildRelease -DCMAKE_BUILD_TYPE=Release
|
||||||
make -C buildRelease
|
make -C buildRelease
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
## Upcoming Changes
|
## Upcoming Changes
|
||||||
|
|
||||||
|
## Version 1.3.4
|
||||||
|
|
||||||
|
Fix Debian build in workflow/action. This means that the debian-built releases
|
||||||
|
should be fixed now.
|
||||||
|
|
||||||
## Version 1.3.3
|
## Version 1.3.3
|
||||||
|
|
||||||
Minor tweak to action/workflow for release assets.
|
Minor tweak to action/workflow for release assets.
|
||||||
|
|
Loading…
Reference in a new issue