Searched refs:build (Results 1 – 25 of 87) sorted by relevance
1234
/curl/.github/workflows/ |
H A D | http3-linux.yml | 86 build-cache: 190 LDFLAGS="-Wl,-rpath,$PWD/build/lib -L$PWD/build/lib" \ 234 …"$PWD/build/lib/pkgconfig:$HOME/quictls/build/lib/pkgconfig:$HOME/gnutls/build/lib/pkgconfig:$HOME… 246 …PKG_CONFIG_PATH="$HOME/build/lib/pkgconfig:$HOME/quictls/build/lib/pkgconfig:$HOME/nghttp3/build/l… 256 - build-cache 262 build: 264 …G_PATH: '$HOME/quictls/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/li… 272 …IG_PATH: '$HOME/gnutls/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/li… 280 …G_PATH: '$HOME/wolfssl/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/li… 289 …G_PATH: '$HOME/wolfssl/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/li… [all …]
|
H A D | linux.yml | 61 name: ${{ matrix.build.generate && 'CM' || 'AM' }} ${{ matrix.build.name }} 68 build: 285 - if: matrix.build.container == null && !contains(matrix.build.name, 'i686') 439 cmake --build . 490 - name: 'build msh3' 496 cmake --build . 509 - name: 'build awslc' 518 cmake --build . 592 - name: 'build' 595 ${{ matrix.build.make-prefix }} cmake --build . --verbose [all …]
|
H A D | windows.yml | 101 - name: 'autotools build' 149 - name: 'cmake build' 162 - name: 'cmake build tests' 220 ${{ matrix.build }} ${{ matrix.build == 'autotools' && 'make' || 'ninja' }} 268 - name: 'autotools build' 359 - name: 'cmake build' 487 - name: 'cmake build' 603 - name: 'cmake build' 605 run: cmake --build bld 737 - name: 'vcpkg build' [all …]
|
H A D | macos.yml | 58 …name: "${{ matrix.build.generate && 'CM' || 'AM' }} ${{ matrix.compiler }} ${{ matrix.build.name }… 69 build: 274 - name: 'build-cert' 282 cmake --build bld --target build-certs --parallel 1 285 - name: 'build' 290 cmake --build bld --verbose 296 - name: 'build tests' 341 cmake --build bld --target ${{ matrix.build.torture && 'test-torture' || 'test-ci' }} 344 - name: 'build examples' 384 build: [autotools, cmake] [all …]
|
H A D | non-native.yml | 66 cmake --build bld --config Debug 71 cmake --build bld --config Debug --target test-ci 73 echo '::group::build examples' 105 cmake --build bld --config Debug 112 echo '::group::build examples' 130 if: ${{ matrix.build == 'autotools' }} 155 echo '::group::build examples' 160 if: ${{ matrix.build == 'cmake' }} 180 cmake --build bld --config Debug 186 echo '::group::build examples' [all …]
|
H A D | distcheck.yml | 63 name: 'verify in-tree configure build including install' 78 mkdir build 79 pushd build 84 rm -rf build 86 name: 'verify out-of-tree configure build including docs' 101 mkdir build 102 pushd build 107 name: 'verify out-of-tree autotools debug build' 122 cmake -B build -DCURL_WERROR=ON -DCURL_USE_LIBPSL=OFF 123 make -C build -j5 [all …]
|
H A D | codeql-analysis.yml | 59 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). 60 # If this step fails, then you should remove it and run the build manually (see below) 68 # and modify them (or add more) to build your code if your project
|
H A D | linux-old.yml | 5 # Compile on an old version of Linux that has barely the minimal build 78 - name: 'cmake build-only (out-of-tree, libssh2)' 87 - name: 'cmake build-only curl_config.h' 105 - name: 'cmake build' 113 - name: 'cmake build tests' 135 - name: 'autoconf build' 143 - name: 'autoconf build tests'
|
H A D | curl-for-win.yml | 53 - name: 'build' 80 - name: 'build' 106 - name: 'build' 121 - name: 'build'
|
H A D | appveyor-status.yml | 23 - name: Create individual AppVeyor build statuses 32 jq -c '.build.jobs[] | {target_url: ($target_url + "/job/" + .jobId),
|
/curl/scripts/ |
H A D | dmaketgz | 42 docker build \ 43 --build-arg SOURCE_DATE_EPOCH="$timestamp" \ 44 --build-arg UID="$(id -u)" \ 45 --build-arg GID="$(id -g)" \
|
/curl/tests/ |
H A D | testcurl.pl | 228 if ($pwd && $build) { 231 rmtree "$pwd/$build"; 387 $build="build-$$"; 399 mkdir $build, 0777; 401 if (-d $build) { 554 chdir "$pwd/$build"; 665 chdir "$pwd/$build"; 721 chdir "$pwd/$build"; 768 chdir "$pwd/$build"; 772 chdir "$pwd/$build/tests"; [all …]
|
H A D | testcurl.md | 27 discarded otherwise). The most current build status (with a reasonable 38 in a separate build directory and then runs `make test` to test the fresh 39 build. 53 Description of your test system. Displayed on the build summary page on the 58 Set email address to report as. Displayed in the build logs on the site. 66 Set name to report as. Displayed in the build summary on the site.
|
/curl/ |
H A D | Dockerfile | 5 # Self-contained build environment to match the release environment. 9 # docker build --build-arg SOURCE_DATE_EPOCH=1711526400 --build-arg UID=$(id -u) --build-arg GID=… 11 # Then run commands from within the build environment, for example 18 # or get into a shell in the build environment, for example 30 build-essential make autoconf automake libtool git perl zip zlib1g-dev gawk && \
|
H A D | appveyor.sh | 71 if ! cmake --build _bld --config "${PRJ_CFG}" --parallel 2 -- ${BUILD_OPT:-}; then 130 cmake --build _bld --config "${PRJ_CFG}" --parallel 2 --target testdeps 144 cmake --build _bld --config "${PRJ_CFG}" --target test-ci 158 cmake --build _bld --config "${PRJ_CFG}" --parallel 2 --target curl-examples
|
/curl/projects/ |
H A D | build-wolfssl.bat | 197 set OUTDIR=build\Win64\%VC_DESC% 205 call :build Debug x64 208 call :build "DLL Debug" x64 216 call :build Release x64 219 call :build "DLL Release" x64 226 set OUTDIR=build\Win32\%VC_DESC% 234 call :build Debug Win32 237 call :build "DLL Debug" Win32 245 call :build Release Win32 248 call :build "DLL Release" Win32 [all …]
|
H A D | build-openssl.bat | 269 set OUTDIR=build\Win64\%VC_DESC% 276 rem Perform the build 285 rem Perform the build 296 rem Perform the build 305 rem Perform the build 323 rem Perform the build 332 rem Perform the build 343 rem Perform the build 352 rem Perform the build 445 rem Main build function. [all …]
|
/curl/packages/vms/ |
H A D | readme | 14 14-Jul-2013, JEM, General Update, add GNV build information. 28 This directory contains the following files for a DCL based build. 36 build_gnv_curl.com This procedure does a build of curl using the 37 GNV utilities and then uses DCL tools to build 56 build_vms.com DCL based build procedure. 59 a GNV based build. 159 The GNV based build and the DCL based build procedures are not compatible 161 running a different type of build. Use the "REALCLEAN" option for 178 The build procedure will detect if HP OpenSSL, LDAP, and Kerberos are 184 Example build commands: [all …]
|
H A D | curl_release_note_start.txt | 7 The testing of this build of curl was minimal and involved building some of 21 The GNV based build creates a libcurl share imaged which is supplied in the 36 it. It will create the GNV$CURL_INCLUDE logical name for build procedures 64 If you are installing a "daily" build instead of a release build of Curl, some 66 a production build without conflicts. 74 daily build are installed in [VMS$COMMON.GNV.beta] directory.
|
/curl/.circleci/ |
H A D | config.yml | 142 build: 163 - build 172 - build 182 - build 190 - build 200 - build 210 - build 221 - build 233 - build
|
/curl/m4/ |
H A D | xc-lt-iface.m4 | 42 # where libtool knows how to build both library versions, and does not 43 # require separate configuration and build runs for each flavor. 69 # and build runs for shared and static is to enable shared libraries 71 # must be used in order to build a proper static library. 93 # Default behavior is to build PIC objects for shared libraries and 116 # is to build PIC objects even for static libraries. This behavior may 230 AC_MSG_CHECKING([whether to build shared libraries with -version-info]) 344 AC_MSG_CHECKING([whether to build shared libraries with PIC]) 346 AC_MSG_CHECKING([whether to build static libraries with PIC]) 369 AC_MSG_CHECKING([whether to build shared libraries only]) [all …]
|
/curl/lib/ |
H A D | config-win32.h | 363 # error VS2008 does not support Windows build targets prior to Windows 2000 377 # error VS2012 does not support Windows build targets prior to Windows XP 379 # error VS2012 does not support Windows build targets prior to Windows \
|
/curl/plan9/ |
H A D | README | 3 This document describes how to compile, build and install curl and libcurl 4 from sources using mk. To build it, you will require to install latest
|
/curl/tests/server/ |
H A D | CMakeLists.txt | 44 # to build the servers. In order to achieve proper linkage of these 45 # files on Windows targets it is necessary to build the test servers 50 # getaddrinfo/freeaddrinfo overrides break UNITY build by overriding them
|
/curl/docs/cmdline-opts/ |
H A D | engine.md | 21 list to print a list of build-time supported engines. Note that not all (and
|
Completed in 137 milliseconds
1234