feature add ULIB_SHARED_LIB
Some checks failed
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1m7s
rpcrypto-build / build (Debug, hisiv500.toolchain.cmake) (push) Successful in 1m7s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m6s
rpcrypto-build / build (Debug, mips64el-linux-gnuabi64.toolchain.cmake) (push) Successful in 1m25s
rpcrypto-build / build (Debug, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Successful in 1m9s
rpcrypto-build / build (Debug, mipsel-openwrt-linux.toolchain.cmake) (push) Successful in 1m9s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1m8s
rpcrypto-build / build (Release, hisiv500.toolchain.cmake) (push) Successful in 1m22s
rpcrypto-build / build (Debug, host-afl.toolchain.cmake) (push) Successful in 3m35s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m11s
rpcrypto-build / build (Release, mips64el-linux-gnuabi64.toolchain.cmake) (push) Successful in 1m11s
linux-x64-gcc / linux-gcc (push) Failing after 2s
rpcrypto-build / build (Release, host-afl.toolchain.cmake) (push) Successful in 1m53s
rpcrypto-build / build (Release, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Successful in 1m24s
rpcrypto-build / build (Release, mipsel-openwrt-linux.toolchain.cmake) (push) Successful in 1m20s

This commit is contained in:
tqcq 2023-12-05 16:18:06 +08:00
parent ef0b3ecf54
commit 4109254eeb

View File

@ -32,7 +32,7 @@ jobs:
- name: configure-shared
runs: |
mkdir build-shared && cd build-shared
cmake .. -DCMAKE_BUILD_TYPE=Release -DULIB_BUILD_TESTS=ON -DULIB_SHARED=ON
cmake .. -DCMAKE_BUILD_TYPE=Release -DULIB_BUILD_TESTS=ON -DULIB_SHARED_LIB=ON
- name: build-shared
runs: |
cmake --build build-shared -j `nproc`