We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7580aed commit f2c6038Copy full SHA for f2c6038
.github/workflows/test.yml
@@ -47,8 +47,8 @@ jobs:
47
run: |
48
49
if [ "$RUNNER_OS" == "Windows" ]; then
50
- export CC=cl.exe
51
- export CXX=cl.exe
+ export CC=cl.exe
+ export CXX=cl.exe
52
fi
53
54
cmake -G "Ninja" \
@@ -71,6 +71,7 @@ jobs:
71
shell: bash -l {0}
72
73
ninja
74
+ DESTDIR=tmp-install ninja install
75
working-directory: ./libgeotiff/build
76
77
- name: Generate source distribution
libgeotiff/HOWTO-RELEASE
@@ -17,7 +17,7 @@
17
4)
18
a) Update the LIBGEOTIFF_MAJOR_VERSION/LIBGEOTIFF_MINOR_VERSION/
19
LIBGEOTIFF_PATCH_VERSION/LIBGEOTIFF_REV_VERSION variables in CMakeLists
20
-^
+
21
b) Update SO_VERSION in CMakeLists.txt
22
23
5) Update NEWS
0 commit comments