mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-08 11:22:14 -04:00
Improve CI setup.
This commit is contained in:
1 parent
87f2984df0
commit
cb0fe9e195
1 file changed
+4
@@ -13,11 +13,15 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: prepare-packages
|
||||||
|
run: sudo apt-get install fakeroot acl libacl-dev attr libattr-dev liblz4-dev
|
||||||
- name: prepare-source
|
- name: prepare-source
|
||||||
run: ./prepare-source
|
run: ./prepare-source
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure --with-included-popt --with-protected-args --with-included-zlib --enable-simd
|
run: ./configure --with-included-popt --with-protected-args --with-included-zlib --enable-simd
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
- name: version-summary
|
||||||
|
run: ./rsync --version
|
||||||
- name: make check
|
- name: make check
|
||||||
run: make check
|
run: make check
|
||||||
Reference in new issue
Block a user