Skip to content

Commit f2c6038

Browse files
committed
CI: CMake: test install target
1 parent 7580aed commit f2c6038

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
run: |
4848
4949
if [ "$RUNNER_OS" == "Windows" ]; then
50-
export CC=cl.exe
51-
export CXX=cl.exe
50+
export CC=cl.exe
51+
export CXX=cl.exe
5252
fi
5353
5454
cmake -G "Ninja" \
@@ -71,6 +71,7 @@ jobs:
7171
shell: bash -l {0}
7272
run: |
7373
ninja
74+
DESTDIR=tmp-install ninja install
7475
working-directory: ./libgeotiff/build
7576

7677
- name: Generate source distribution

libgeotiff/HOWTO-RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
4)
1818
a) Update the LIBGEOTIFF_MAJOR_VERSION/LIBGEOTIFF_MINOR_VERSION/
1919
LIBGEOTIFF_PATCH_VERSION/LIBGEOTIFF_REV_VERSION variables in CMakeLists
20-
^
20+
2121
b) Update SO_VERSION in CMakeLists.txt
2222

2323
5) Update NEWS

0 commit comments

Comments
 (0)