Lines Matching +full:python3 +full:- +full:kdcproxy
10 runs-on: ${{ matrix.os }}
12 fail-fast: false
14 name: [linux-clang, linux-clang-openssl, linux-gcc]
16 - name: linux-clang
17 os: ubuntu-latest
19 makevars: CPPFLAGS=-Werror
20 configureopts: --enable-asan
21 - name: linux-clang-openssl
22 os: ubuntu-latest
24 makevars: CPPFLAGS=-Werror
25 configureopts: --with-crypto-impl=openssl
26 - name: linux-gcc
27 os: ubuntu-latest
29 makevars: CPPFLAGS=-D_FORTIFY_SOURCE=3
31 - name: Checkout repository
33 - name: Linux setup
36 sudo apt-get update -qq
37 …o apt-get install -y bison gettext keyutils ldap-utils libcmocka-dev libldap2-dev libkeyutils-dev …
39 - name: Build
48 chmod -R a+rX src
51 ./configure --enable-maintainer-mode --with-ldap $CONFIGURE_OPTS --prefix=$HOME/inst
55 (cd clients/ksu && make check-ksu)
56 - name: Display skipped tests
58 - name: Check for files unexpectedly not removed by make distclean
62 rm -rf autom4te.cache configure include/autoconf.h.in
63 if [ -n "$(git ls-files -o)" ]; then
65 git ls-files -o
70 runs-on: windows-latest
76 - name: Checkout repository
78 - name: Setup
82 - uses: ilammy/msvc-dev-cmd@v1
85 - name: Build
86 working-directory: src
89 nmake -f Makefile.in prep-windows
91 - name: Populate install dir
92 working-directory: src
95 - name: Build installer
96 working-directory: src\windows\installer\wix