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:
191
191
echo "VERSION=$(grep "project(" CMakeLists.txt | grep -E -o -e "[0-9\.]+")" >> $GITHUB_ENV
192
192
echo "VERSION=$(grep "project(" CMakeLists.txt | grep -E -o -e "[0-9\.]+")" >> $GITHUB_OUTPUT
193
193
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
-
210
194
- name : Download artifact WHL
211
195
uses : actions/download-artifact@v4
212
196
with :
@@ -222,15 +206,15 @@ jobs:
222
206
file : docker/viewshed_install_from_ppa.dockerfile
223
207
context : docker/
224
208
push : true
225
- tags : " cahik/viewshed:v${{steps.version.outputs.VERSION}}-python "
209
+ tags : " cahik/viewshed:v${{steps.version.outputs.VERSION}}"
226
210
227
211
- name : Build and push Docker image latest with Python
228
212
uses : docker/build-push-action@v4
229
213
with :
230
214
file : docker/viewshed_install_from_ppa.dockerfile
231
215
context : docker/
232
216
push : true
233
- tags : cahik/viewshed:latest-python
217
+ tags : cahik/viewshed:latest
234
218
235
219
Release-to-PPA :
236
220
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.20.0 )
2
2
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 )
4
4
5
5
SET (LIBRARY_NAME "viewshed" )
6
6
Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ apt-get -y install simplerasters viewshed viewshed-bin
113
113
If you use the library, please cite it accordingly:
114
114
115
115
``` bibtex
116
- @Software{Caha2023 ,
116
+ @Software{Caha2024 ,
117
117
author = {Jan Caha},
118
118
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 },
122
122
url = {https://github.com/JanCaha/cpp-viewshed-library},
123
123
}
124
124
```
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 <jan.caha@outlook.com> Thu, 29 Aug 2024 11:28:48 +0200
6
+
1
7
viewshed (4.0.3-0) jammy; urgency=low
2
8
3
9
* fix segmentation fault for some scenarios
You can’t perform that action at this time.
0 commit comments