mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-20 02:42:09 +03:00
tidy-up: dir names, command-line [ci skip]
Follow-up to 2d765e454d #1360
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -209,11 +209,11 @@ jobs:
|
|||||||
export SOURCE_DATE_EPOCH=1707087580
|
export SOURCE_DATE_EPOCH=1707087580
|
||||||
./configure --enable-werror --disable-debug ${{ matrix.options }}
|
./configure --enable-werror --disable-debug ${{ matrix.options }}
|
||||||
./maketgz 99.98.97
|
./maketgz 99.98.97
|
||||||
mkdir pass1; mv ./libssh2-99.98.97.* pass1
|
mkdir run1; mv ./libssh2-99.98.97.* run1/
|
||||||
make clean
|
make clean
|
||||||
./maketgz 99.98.97
|
./maketgz 99.98.97
|
||||||
mkdir pass2; mv ./libssh2-99.98.97.* pass2
|
mkdir run2; mv ./libssh2-99.98.97.* run2/
|
||||||
diff pass1 pass2
|
diff run1 run2
|
||||||
|
|
||||||
- name: 'cmake configure'
|
- name: 'cmake configure'
|
||||||
if: ${{ matrix.build == 'cmake' }}
|
if: ${{ matrix.build == 'cmake' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user