File tree Expand file tree Collapse file tree 4 files changed +13
-23
lines changed Expand file tree Collapse file tree 4 files changed +13
-23
lines changed Original file line number Diff line number Diff line change @@ -191,22 +191,6 @@ jobs:
191191 echo "VERSION=$(grep "project(" CMakeLists.txt | grep -E -o -e "[0-9\.]+")" >> $GITHUB_ENV
192192 echo "VERSION=$(grep "project(" CMakeLists.txt | grep -E -o -e "[0-9\.]+")" >> $GITHUB_OUTPUT
193193
194- - name : Build and push Docker image version
195- uses : docker/build-push-action@v4
196- with :
197- file : docker/Dockerfile
198- context : docker/
199- push : true
200- tags : " cahik/viewshed:v${{steps.version.outputs.VERSION}}"
201-
202- - name : Build and push Docker image latest
203- uses : docker/build-push-action@v4
204- with :
205- file : docker/Dockerfile
206- context : docker/
207- push : true
208- tags : cahik/viewshed:latest
209-
210194 - name : Download artifact WHL
211195 uses : actions/download-artifact@v4
212196 with :
@@ -222,15 +206,15 @@ jobs:
222206 file : docker/viewshed_install_from_ppa.dockerfile
223207 context : docker/
224208 push : true
225- tags : " cahik/viewshed:v${{steps.version.outputs.VERSION}}-python "
209+ tags : " cahik/viewshed:v${{steps.version.outputs.VERSION}}"
226210
227211 - name : Build and push Docker image latest with Python
228212 uses : docker/build-push-action@v4
229213 with :
230214 file : docker/viewshed_install_from_ppa.dockerfile
231215 context : docker/
232216 push : true
233- tags : cahik/viewshed:latest-python
217+ tags : cahik/viewshed:latest
234218
235219 Release-to-PPA :
236220
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.20.0)
22
3- project (viewshed VERSION 4.0.3 DESCRIPTION "C++ Viewshed library based on GDAL and Qt" LANGUAGES CXX)
3+ project (viewshed VERSION 4.1.0 DESCRIPTION "C++ Viewshed library based on GDAL and Qt" LANGUAGES CXX)
44
55SET (LIBRARY_NAME "viewshed" )
66
Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ apt-get -y install simplerasters viewshed viewshed-bin
113113If you use the library, please cite it accordingly:
114114
115115``` bibtex
116- @Software{Caha2023 ,
116+ @Software{Caha2024 ,
117117 author = {Jan Caha},
118118 title = {viewshed ({C++ Viewshed library based on GDAL and Qt})},
119- year = {2023 },
120- date = {2023 -07-11},
121- version = {2.7.0 },
119+ year = {2024 },
120+ date = {2024 -07-11},
121+ version = {4.0.3 },
122122 url = {https://github.com/JanCaha/cpp-viewshed-library},
123123}
124124```
Original file line number Diff line number Diff line change 1+ viewshed (4.1.0) jammy; urgency=low
2+
3+ * change numbering for ppa
4+
5+ -- Jan Caha <
[email protected] > Thu, 29 Aug 2024 11:28:48 +0200
6+
17viewshed (4.0.3-0) jammy; urgency=low
28
39 * fix segmentation fault for some scenarios
You can’t perform that action at this time.
0 commit comments