X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.github%2Fworkflows%2Fcmake-build-ci.gen;h=7697081e4a7a7594d4ea1287f12762690e413b23;hb=9d22d315e1c8a8591adb9f05addd26a1f196254c;hp=ebefa61cf97ddc0b7482c477e69eca0ee6287898;hpb=59aee3c5b0c024510dc0158728c9ae7ff51ca301;p=awesomized%2Flibmemcached diff --git a/.github/workflows/cmake-build-ci.gen b/.github/workflows/cmake-build-ci.gen index ebefa61c..7697081e 100755 --- a/.github/workflows/cmake-build-ci.gen +++ b/.github/workflows/cmake-build-ci.gen @@ -3,89 +3,172 @@ echo "# Generated file; do not edit!\n"; -const PRE = " "; const DEF = [ "os" => "Linux", - "Linux" => "ubuntu-20.04", - "macOS" => "macos-10.15", - "ubuntu-20.04" => "gnu", - "macos-10.15" => "clang", + + "Linux" => "ubuntu-22.04", "ubuntu-22.04" => "gnu", + "Windows" => "windows-2022", "windows-2022" => "msvc", + "macOS" => "macos-12", "macos-12" => "clang", + "gnu" => [ - "ver" => "cur", "CC" => "gcc", "CXX" => "g++", ], "clang" => [ - "ver" => "", "CC" => "clang", "CXX" => "clang++", ], -]; -const APT = [ - "ubuntu-20.04" => [ - "gnu" => [ - "new" => [ - "CC" => "gcc-10", - "CXX" => "g++-10", - ] - ] + "msvc" => [ + "CMAKE_GENERATOR" => "Visual Studio" ], - "ubuntu-18.04" => [ - "clang" => [ - "old" => [ - "CC" => "clang-7", - "CXX" => "clang-7" - ] - ] + "mingw" => [ + "CMAKE_GENERATOR" => "MinGW Makefiles" ] ]; const MAP = [ - 'env.OS_VER' => [ - "ubuntu-20.04" => [ - 'env.CC_VND' => [ - "gnu" => [ - 'env.CC_VER' => [ - "new" => "-10", - "cur" => "-9", - "old" => "-8" + "Linux" => [ + 'env.OS_VER' => [ + "ubuntu-22.04" => [ + 'env.CC_VND' => [ + "gnu" => [ + 'env.CC_VER' => [ + "new" => "-12", + "cur" => "-11", + "old" => "-10", + ] + ], + "clang" => [ + 'env.CC_VER' => [ + "new" => "-14", + "cur" => "-13", + ] ] - ], - "clang" => [ - 'env.CC_VER' => [ - "new" => "-10", - "cur" => "-9", - "old" => "-8" + ] + ], + "ubuntu-20.04" => [ + 'env.CC_VND' => [ + "gnu" => [ + 'env.CC_VER' => [ + "new" => "-10", + "cur" => "-9", + ] + ], + "clang" => [ + 'env.CC_VER' => [ + "new" => "-12", + "cur" => "-11", + "old" => "-10" + ] ] ] - ] + ], ], - "ubuntu-18.04" => [ - 'env.CC_VND' => [ - "gnu" => [ - 'env.CC_VER' => [ - "new" => "-9", - "cur" => "-8", - "old" => "-7" + ], + "Windows" => [ + 'env.OS_VER' => [ + "windows-2022" => [ + 'env.CC_VND' => [ + "msvc" => [ + "env.CC_VER" => [ + "cur" => " 17 2022" + ] + ], + "mingw" => [ + "env.CC_VER" => [ + "cur" => "" + ] ] - ], - "clang" => [ - 'env.CC_VER' => [ - "new" => "-9", - "cur" => "-8", - "old" => "-7" + ] + ], + "windows-2019" => [ + 'env.CC_VND' => [ + "msvc" => [ + "env.CC_VER" => [ + "cur" => " 16 2019" + ] + ], + "mingw" => [ + "env.CC_VER" => [ + "cur" => "" + ] ] ] - ] + ], ] - ] + ], + "macOS" => [] ]; +const ENV = [ + "ubuntu-22.04" => [ + "clang" => [ + "new" => [ + "CXXFLAGS" => "-stdlib=libc++", + "INSTALL_CXX" => "libc++-14-dev libc++abi-14-dev" + ], + "cur" => [ + "CXXFLAGS" => "-stdlib=libc++", + "INSTALL_CXX" => "libc++-13-dev libc++abi-13-dev" + ], + ] + ], + "ubuntu-20.04" => [ + "clang" => [ + "new" => [ + "CXXFLAGS" => "-stdlib=libc++", + "INSTALL_CXX" => "libc++-12-dev libc++abi-12-dev" + ], + "cur" => [ + "CXXFLAGS" => "-stdlib=libc++", + "INSTALL_CXX" => "libc++-11-dev libc++abi-11-dev" + ], + "old" => [ + "CXXFLAGS" => "-stdlib=libc++", + "INSTALL_CXX" => "libc++-10-dev libc++abi-10-dev" + ], + ] + ], +]; + +function set_addpath($os_vnd, $paths) { + foreach ((array) $paths as $path) if ($os_vnd == "Windows") { +?> + echo "" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + + echo 'PATH="$PATH:"' >> ${GITHUB_ENV} + + echo '=' | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append + + echo ="" >> ${GITHUB_ENV} + + - name: Prepare environment (Windows) + run: | + echo "c:\msys64\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + echo "c:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + $os_vers) { + foreach (MAP[$os_vnd] as $os_is => $os_vers) { foreach ($os_vers as $os_ver => $cc_vnds_) { if (!$splat_map && DEF[DEF["os"]] != $os_ver) continue; foreach ($cc_vnds_ as $cc_vnd_is => $cc_vnds) { @@ -93,20 +176,19 @@ function steps_setenv($splat_map = null) { if (!$splat_map && DEF[DEF[DEF["os"]]] != $cc_vnd) continue; foreach ($cc_vers_ as $cc_ver_is => $cc_vers) { foreach ($cc_vers as $cc_ver => $ver) { - if (!$splat_map && DEF[DEF[DEF[DEF["os"]]]]["ver"] != $cc_ver) continue; -?> - - name: Prepare environment () - if: () - run: | - echo CC= >> ${GITHUB_ENV} - echo CXX= >> ${GITHUB_ENV} - - echo INSTALL_CC='' >> ${GITHUB_ENV} - echo INSTALL_CXX='' >> ${GITHUB_ENV} + - name: Prepare environment () + if: () + run: | $val) { + step_setenv($os_vnd, $env, $val . $ver); + } + if (isset(ENV[$os_ver][$cc_vnd][$cc_ver])) { + foreach (ENV[$os_ver][$cc_vnd][$cc_ver] as $env => $val) { + step_setenv($os_vnd, $env, $val); + } } } } @@ -117,45 +199,165 @@ function steps_setenv($splat_map = null) { } } -function steps_getdeps() { +function steps_getdeps($os_vnd) { +?> + - name: Install dependencies () + if: runner.os == '' + - - name: Install dependencies - if: runner.os == 'Linux' - run: sudo apt-get install libevent-dev libsasl2-dev ${INSTALL_MEMCACHED} ${INSTALL_CC} ${INSTALL_CXX} + run: | + sudo apt-get update -y + sudo apt-get install -my \ + libevent-dev \ + libsasl2-dev \ + libtbb-dev \ + python3-sphinx \ + ${INSTALL_MEMCACHED} \ + ${INSTALL_CC} ${INSTALL_CXX} + sudo systemctl stop memcached || true + + run: | + brew install bison flex libevent pkg-config sphinx-doc ${INSTALL_MEMCACHED} + brew services stop memcached || true + echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV} + uses: msys2/setup-msys2@v2 + with: + release: false + path-type: inherit + install: >- + bison + flex + rsync + openssh + + - name: Build memcached + if: runner.os != 'Windows' + run: | + if test -d memcached + then + cd memcached + ./autogen.sh + cp configure{,.old} && sed -e 's/-Werror//g' configure + ./configure CFLAGS="-O2 -pipe -fcommon" \ + --prefix=${MEMCACHED_PREFIX} \ + --enable-sasl \ + --enable-sasl-pwdb \ + --disable-coverage \ + --disable-dependency-tracking \ + --disable-docs \ + --disable-extstore \ + --disable-option-checking \ + ; + make -j2 + make install + cd .. + echo MEMCACHED_BINARY="${MEMCACHED_PREFIX}/bin/memcached" >> ${GITHUB_ENV} + fi + - - name: Generate build tree (${{ env.CMAKE_CONFIG_TYPE }}) - run: cmake -S . -B build - - name: Build all with ${{ env.CXX }} ${{ env.CXXFLAGS }} - run: make -C build -j2 all - - name: Test - run: make -C build -j2 test - - name: Install - run: make -C build -j2 install DESTDIR=. - - name: Failed tests log - if: ${{ failure() }} - run: cat build/Testing/Temporary/LastTest.log + - name: Generate build tree (${{ env.CMAKE_BUILD_TYPE }}) + run: cmake -DCMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} -S . -B build + - name: Build all with ${{ env.CXX }} ${{ env.CXXFLAGS }} + run: cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 + + - name: Test + if: env.BUILD_TESTING == 'ON' + run: cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target test + - name: Install + if: env.BUILD_TESTING == 'ON' + run: cmake --install build --config ${{ env.CMAKE_BUILD_TYPE }} --prefix /tmp + - name: Failed tests log + if: ${{ env.BUILD_TESTING == 'ON' && failure() }} + run: cat build/Testing/Temporary/LastTest.log || true + + - name: Package + env: + PUSH_ARTIFACTS_ID: ${{ secrets.PUSH_ARTIFACTS_ID }} + if: env.PUSH_ARTIFACTS_ID != '' && env.CMAKE_BUILD_TYPE == 'Release' + run: | + cmake -DCMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} -S . -B build + cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target package + cmake -DCPACK_COMPONENT_INSTALL=ON build + cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target package + cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target push-artifacts + + - name: Notify Gitter + env: + GITTER: ${{ secrets.GITTER }} + if: (success() || failure()) && env.GITTER != '' + run: bash .github/notify-gitter.sh ${{ job.status }} + OS_VND: # + OS_VER: # + CC_VND: # + CC_VER: cur + name: cmake-build-ci on: + workflow_dispatch: + release: + types: [published] push: - paths-ignore: - - "docs/**" + paths: + - ".github/workflows/cmake-build-ci*" + - "CMake*" + - "CPack*" + - "contrib/**" + - "include/**" + - "src/**" + - "test/**" branches-ignore: - gh-pages - - v1.x pull_request: branches: - master @@ -163,86 +365,158 @@ on: env: # defaults INSTALL_MEMCACHED: memcached - CMAKE_BUILD_TYPE: Debug - BUILD_TESTING: "ON" - ENABLE_SASL: "OFF" + ENABLE_SASL: "OFF" # ^ almost no memcached distribution package has built in sasl support ENABLE_HASH_HSIEH: "ON" ENABLE_DTRACE: "OFF" - VERBOSE: "ON" OS_VND: # OS_VER: # CC_VND: # - CC_VER: # + CC_VER: cur jobs: - # release builds - ci-rel: - strategy: - fail-fast: false - matrix: - os_ver: [ubuntu-20.04, ubuntu-18.04] - cc_vnd: [gnu, clang] - cc_ver: [new, cur, old] - runs-on: ${{ matrix.os_ver }} - continue-on-error: ${{ matrix.cc_vnd == 'clang' }} - env: - CMAKE_BUILD_TYPE: Release - OS_VND: Linux - OS_VER: ${{ matrix.os_ver }} - CC_VND: ${{ matrix.cc_vnd }} - CC_VER: ${{ matrix.cc_ver }} - steps: - - uses: actions/checkout@v2 - - # sanitizer build - ci-san: + # sanitizer + debug-sanitizer: + name: debug sanitizer runs-on: # + strategy: + matrix: + sanitizer: ['address;undefined', 'thread'] env: - ENABLE_SANITIZERS: "address;undefined" + CMAKE_BUILD_TYPE: "Debug" + BUILD_TESTING: "ON" + VERBOSE: "ON" + ENABLE_SANITIZERS: ${{ matrix.sanitizer }} steps: - - uses: actions/checkout@v2 - + - uses: actions/checkout@v3 + - # coverage build - ci-cov: +# memcached + debug-memcached: + name: debug memcached runs-on: # + continue-on-error: true + strategy: + matrix: + memcached: ['master', '1.6.17', '1.6.9', '1.5.22', '1.5.6'] env: - CFLAGS: -O0 --coverage - CXXFLAGS: -O0 --coverage + CMAKE_BUILD_TYPE: "Debug" + BUILD_TESTING: "ON" + VERBOSE: "ON" + INSTALL_MEMCACHED: "" + MEMCACHED_PREFIX: "/tmp" + ENABLE_SASL: "ON" steps: - - uses: actions/checkout@v2 - - - uses: codecov/codecov-action@v1.0.13 + - uses: actions/checkout@v3 + - uses: actions/checkout@v3 + with: + repository: memcached/memcached + path: memcached + ref: ${{ matrix.memcached }} + - # memcached new - ci-new: +# coverage linux + debug-coverage-linux: + name: debug coverage () runs-on: # env: - INSTALL_MEMCACHED: - MEMCACHED_PREFIX: /tmp - MEMCACHED_BINARY: /tmp/bin/memcached - ENABLE_SASL: "ON" - enable_sasl: yes - enable_sasl_pwdb: yes - enable_docs: no - enable_coverage: no - enable_dependency_tracking: no + CMAKE_BUILD_TYPE: "Debug" + BUILD_TESTING: "ON" + VERBOSE: "ON" + CFLAGS: "-O0 --coverage" + CXXFLAGS: "-O0 --coverage" + INSTALL_MEMCACHED: "" + MEMCACHED_PREFIX: "/tmp" + ENABLE_SASL: "ON" steps: - - uses: actions/checkout@v2 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: repository: memcached/memcached path: memcached ref: 1.6.7 - - - - name: Build memcached - run: | - cd memcached - ./autogen.sh - ./configure CFLAGS="-O2 -pipe" --prefix=${MEMCACHED_PREFIX} - make -j2 - make install - cd .. - + + - uses: codecov/codecov-action@v3 + + + # coverage mac + debug-coverage-mac: + name: debug coverage () + runs-on: # + env: + CMAKE_BUILD_TYPE: "Debug" + BUILD_TESTING: "ON" + VERBOSE: "ON" + CFLAGS: "-O0 --coverage" + CXXFLAGS: "-O0 --coverage" + + continue-on-error: true + steps: + - uses: actions/checkout@v3 + + - uses: codecov/codecov-action@v3 + + # mac release builds + mac: + name: release + strategy: + fail-fast: false + matrix: + os_ver: [macos-12, macos-11, macos-10.15] + runs-on: ${{ matrix.os_ver }} + env: + CMAKE_BUILD_TYPE: "Release" + BUILD_DOCS_MANGZ: "ON" + + continue-on-error: true + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + + + # windows release builds + windows: + name: release + strategy: + fail-fast: false + matrix: + os_ver: [windows-2022, windows-2019] + cc_vnd: [msvc, mingw] + cc_ver: [cur] + runs-on: ${{ matrix.os_ver }} + continue-on-error: true + env: + CMAKE_BUILD_TYPE: "Release" + OS_VND: Windows + OS_VER: ${{ matrix.os_ver }} + CC_VND: ${{ matrix.cc_vnd }} + CC_VER: ${{ matrix.cc_ver }} + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + + + # linux release builds + release: + strategy: + fail-fast: false + matrix: + os_ver: [ubuntu-22.04, ubuntu-20.04] + cc_vnd: [gnu, clang] + cc_ver: [new, cur, old] + runs-on: ${{ matrix.os_ver }} + continue-on-error: ${{ matrix.cc_vnd == 'clang' }} + env: + CMAKE_BUILD_TYPE: "Release" + BUILD_DOCS_MANGZ: "ON" + OS_VND: Linux + OS_VER: ${{ matrix.os_ver }} + CC_VND: ${{ matrix.cc_vnd }} + CC_VER: ${{ matrix.cc_ver }} + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 +