Skip to content

Commit

Permalink
CI: CMake: test install target
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jun 14, 2024
1 parent 7580aed commit f2c6038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
export CC=cl.exe
export CXX=cl.exe
export CC=cl.exe
export CXX=cl.exe
fi
cmake -G "Ninja" \
Expand All @@ -71,6 +71,7 @@ jobs:
shell: bash -l {0}
run: |
ninja
DESTDIR=tmp-install ninja install
working-directory: ./libgeotiff/build

- name: Generate source distribution
Expand Down
2 changes: 1 addition & 1 deletion libgeotiff/HOWTO-RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
4)
a) Update the LIBGEOTIFF_MAJOR_VERSION/LIBGEOTIFF_MINOR_VERSION/
LIBGEOTIFF_PATCH_VERSION/LIBGEOTIFF_REV_VERSION variables in CMakeLists
^

b) Update SO_VERSION in CMakeLists.txt

5) Update NEWS
Expand Down

0 comments on commit f2c6038

Please sign in to comment.