mirror of
https://codeberg.org/icewind/smbclient-builder.git
synced 2026-06-03 18:14:07 +02:00
no json for 4.7 and 4.8
This commit is contained in:
parent
95e261af0d
commit
8d3ac8262b
1 changed files with 10 additions and 1 deletions
11
.github/workflows/ci.yaml
vendored
11
.github/workflows/ci.yaml
vendored
|
|
@ -36,10 +36,19 @@ jobs:
|
|||
if: matrix.pkgver == '4.9.18' || matrix.pkgver == '4.8.12' || matrix.pkgver == '4.7.12'
|
||||
run: |
|
||||
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
|
||||
- name: Build smbclient
|
||||
- name: Configure
|
||||
if: matrix.pkgver == '4.8.12' || matrix.pkgver == '4.7.12'
|
||||
run: |
|
||||
cd samba-${{ matrix.pkgver }}
|
||||
./buildtools/bin/waf configure --prefix= --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=client/smbclient --without-ad-dc --without-gettext --with-winbind --without-ads --disable-cups --without-ldap --without-libarchive --without-pam
|
||||
- name: Configure
|
||||
if: matrix.pkgver != '4.8.12' && matrix.pkgver != '4.7.12'
|
||||
run: |
|
||||
cd samba-${{ matrix.pkgver }}
|
||||
./buildtools/bin/waf configure --prefix= --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=client/smbclient --without-ad-dc --without-gettext --with-winbind --without-ads --disable-cups --without-json --without-ldap --without-libarchive --without-pam
|
||||
- name: Build
|
||||
run: |
|
||||
cd samba-${{ matrix.pkgver }}
|
||||
./buildtools/bin/waf build -j $(nproc --all) --targets client/smbclient
|
||||
- name: Upload binaries to release
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue