Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 90) sorted by relevance

1234

/curl/.github/workflows/
H A Dhttp3-linux.yml88 build-cache:
189 LDFLAGS="-Wl,-rpath,$PWD/build/lib -L$PWD/build/lib" \
194 name: 'build gnutls'
232 …"$PWD/build/lib/pkgconfig:$HOME/quictls/build/lib/pkgconfig:$HOME/gnutls/build/lib/pkgconfig:$HOME…
235 name: 'build ngtcp2'
244 …PKG_CONFIG_PATH="$HOME/build/lib/pkgconfig:$HOME/quictls/build/lib/pkgconfig:$HOME/nghttp3/build/l…
254 - build-cache
260 build:
263build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/lib/pkgconfig:$HOME/nghtt…
269build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/lib/pkgconfig:$HOME/nghtt…
[all …]
H A Dcygwin.yml65 ${{ matrix.build }} make ninja
104 - name: 'autotools build'
116 - name: 'autotools build tests'
131 - name: 'autotools build examples'
137 if: ${{ matrix.build == 'cmake' }}
153 if: ${{ matrix.build == 'cmake' }}
157 if: ${{ matrix.build == 'cmake' }}
160 - name: 'cmake build'
161 if: ${{ matrix.build == 'cmake' }}
173 - name: 'cmake build tests'
[all …]
H A Dlinux.yml61 name: ${{ matrix.build.generate && 'CM' || 'AM' }} ${{ matrix.build.name }}
68 build:
319 - name: 'build bearssl'
477 - name: 'build msh3'
483 cmake --build .
496 - name: build awslc
526 - name: 'build rustls'
568 - name: 'build mod_h2'
612 - name: 'build'
615 ${{ matrix.build.make-prefix }} cmake --build . --parallel 5 --verbose
[all …]
H A Dtorture.yml45 name: '${{ matrix.build.name }}'
51 build:
63 sudo apt-get install cmake ninja-build pkgconf stunnel4 ${{ matrix.build.install }}
72 ${{ matrix.build.generate }}
75 - run: cmake --build . --verbose
76 name: 'cmake build'
81 - run: cmake --build . --verbose --target testdeps
82 name: 'build tests'
84 - run: cmake --build . --verbose --target test-torture
87 TFLAGS: '-j10 ${{ matrix.build.tflags }}'
H A Dnon-native.yml65 cmake --build bld --config Debug --parallel 3
72 echo '::group::build examples'
102 cmake --build bld --config Debug --parallel 3
109 echo '::group::build examples'
127 if: ${{ matrix.build == 'autotools' }}
151 echo '::group::build examples'
156 if: ${{ matrix.build == 'cmake' }}
175 cmake --build bld --config Debug --parallel 3
182 echo '::group::build examples'
197 prepare: pkg install build-essential libtool
[all …]
H A Dwindows.yml75 ${{ matrix.build }} ${{ matrix.build == 'autotools' && 'make' || 'ninja' }}
126 - name: 'autotools build'
217 - name: 'cmake build'
232 - name: 'cmake build tests'
347 - name: 'cmake build'
360 - name: 'cmake build tests'
400 build: [autotools, cmake]
427 - name: 'autotools build'
451 - name: 'cmake build'
553 - name: 'vcpkg build'
[all …]
H A Ddistcheck.yml63 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 Dlinux32.yml47 name: ${{ matrix.build.name }}
53 build:
63 …-install-recommends libtool autoconf automake pkgconf stunnel4 ${{ matrix.build.install_packages }}
74 ${{ matrix.build.configure }}
89 TFLAGS: "${{ matrix.build.tflags }}"
H A Dmacos.yml210 - name: 'build-cert'
269 build:
349 ${{ matrix.build.generate }}
360 - name: 'build-cert'
364 ninja -C bld build-certs -j 1
366 - name: 'cmake build'
372 - name: 'cmake build tests'
406 - name: 'cmake build examples'
443 build: [autotools, cmake]
470 - { compiler: gcc-13, build: cmake }
[all …]
H A Dcodeql-analysis.yml59 # 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 Dlinux-old.yml5 # Compile on an old version of Linux that has barely the minimal build
78 - name: 'cmake build-only (out-of-tree, libssh2)'
95 - name: 'cmake build'
103 - name: 'cmake build tests'
120 - name: 'autoconf build'
128 - name: 'autoconf build tests'
H A Dcurl-for-win.yml54 - name: 'build'
80 - name: 'build'
106 - name: 'build'
121 - name: 'build'
/curl/scripts/
H A Ddmaketgz42 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 Dtestcurl.pl228 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 Dtestcurl.md27 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 DDockerfile5 # 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 Dappveyor.sh67 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 Dbuild-wolfssl.bat197 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 Dbuild-openssl.bat269 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 Dreadme14 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 Dcurl_release_note_start.txt7 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 Dconfig.yml140 build:
161 - build
170 - build
180 - build
188 - build
198 - build
208 - build
219 - build
231 - build
/curl/m4/
H A Dxc-lt-iface.m442 # 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 Dconfig-win32.h360 # error VS2008 does not support Windows build targets prior to Windows 2000
374 # error VS2012 does not support Windows build targets prior to Windows XP
376 # error VS2012 does not support Windows build targets prior to Windows \
/curl/plan9/
H A DREADME3 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

Completed in 49 milliseconds

1234