Home
last modified time | relevance | path

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

12345

/curl/.github/workflows/
H A Dhttp3-linux.yml92 build-cache:
183 ./config no-deprecated --prefix=$PWD/build --libdir=$PWD/build/lib
195 LDFLAGS="-Wl,-rpath,$PWD/build/lib -L$PWD/build/lib" \
200 name: 'build gnutls'
238 …"$PWD/build/lib/pkgconfig:$HOME/quictls/build/lib/pkgconfig:$HOME/gnutls/build/lib/pkgconfig:$HOME…
250 …PKG_CONFIG_PATH="$HOME/build/lib/pkgconfig:$HOME/quictls/build/lib/pkgconfig:$HOME/nghttp3/build/l…
260 - build-cache
266 build:
269build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/lib/pkgconfig:$HOME/nghtt…
275build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/lib/pkgconfig:$HOME/nghtt…
[all …]
H A Dawslc.yml74 - name: build awslc
83 cmake --build . --parallel
92 mkdir build
93 cd build
98 - run: make -C build V=1
101 - run: make -C build V=1 examples
107 - run: make -C build V=1 test-ci
134 - name: build awslc
143 cmake --build . --parallel
151 - run: cmake --build build --parallel
[all …]
H A Dwindows.yml80 - name: 'autotools build'
129 - name: 'cmake build'
139 - name: 'cmake build tests'
208 - name: 'autotools build'
278 - name: 'cmake build'
290 - name: 'cmake build tests'
316 - build: 'cmake'
323 - build: 'cmake'
330 - build: 'cmake'
383 - name: 'cmake build'
[all …]
H A Dlinux.yml63 name: ${{ matrix.build.name }}
70 build:
237 - name: 'build bearssl'
258 - name: 'build libressl'
277 - name: 'build mbedtls'
313 - name: 'build quictls'
331 - name: 'build msh3'
335 cd msh3 && mkdir build && cd build
337 cmake --build .
358 - name: 'build rustls'
[all …]
H A Ddistcheck.yml70 name: 'verify in-tree configure build including install'
85 mkdir build
86 pushd build
91 rm -rf build
93 name: 'verify out-of-tree configure build including docs'
108 mkdir build
109 pushd build
114 name: 'verify out-of-tree autotools debug build'
129 cmake -B build -DCURL_WERROR=ON
130 make -C build -j5
[all …]
H A Dnon-native.yml70 cmake --build bld --config Debug --parallel 3
74 cmake --build bld --config Debug --target test-ci
104 cmake --build bld --config Debug --parallel 3
109 cmake --build bld --config Debug --target test-ci
119 - { build: 'autotools', arch: 'arm64', compiler: 'clang' }
120 - { build: 'cmake' , arch: 'arm64', compiler: 'clang' }
125 if: ${{ matrix.build == 'autotools' }}
151 if: ${{ matrix.build == 'cmake' }}
170 cmake --build bld --config Debug --parallel 3
175 cmake --build bld --config Debug --target test-ci
[all …]
H A Dmacos.yml48 name: ${{ matrix.build.name }}
54 build:
156 case "${{ matrix.build.install }}" in
192 CFLAGS: "-mmacosx-version-min=${{ matrix.build.macosx-version-min }}"
206 TFLAGS: "${{ matrix.build.tflags }} ~1452"
209 name: cmake ${{ matrix.compiler.CC }} ${{ matrix.build.name }}
221 build:
242 case "${{ matrix.build.install }}" in
254 …- run: cmake -B build -DCMAKE_UNITY_BUILD=ON -DCURL_WERROR=ON -DUSE_APPLE_IDN=ON ${{ matrix.build.…
257 - run: cmake --build build --parallel 3
[all …]
H A Dwolfssl.yml52 name: ${{ matrix.build.name }}
58 build:
72 …pt-get install libtool autoconf automake pkg-config stunnel4 libpsl-dev ${{ matrix.build.install }}
84 …./configure --disable-dependency-tracking --enable-tls13 ${{ matrix.build.wolfssl-configure }} --e…
91 …igure --disable-dependency-tracking --enable-warnings --enable-werror ${{ matrix.build.configure }}
106 TFLAGS: "${{ matrix.build.tflags }}"
H A Dconfigure-vs-cmake.yml42 mkdir build && cd build && cmake ..
45 run: ./scripts/cmp-config.pl lib/curl_config.h build/lib/curl_config.h
H A Dtorture.yml52 name: ${{ matrix.build.name }}
58 build:
72 … sudo apt-get install libtool autoconf automake pkg-config stunnel4 ${{ matrix.build.install }}
81 …igure --disable-dependency-tracking --enable-warnings --enable-werror ${{ matrix.build.configure }}
93 TFLAGS: "${{ matrix.build.tflags }}"
H A Dlinux32.yml51 name: ${{ matrix.build.name }}
57 build:
67 …stall-recommends libtool autoconf automake pkg-config stunnel4 ${{ matrix.build.install_packages }}
76 …igure --disable-dependency-tracking --enable-warnings --enable-werror ${{ matrix.build.configure }}
94 TFLAGS: "${{ matrix.build.tflags }}"
H A Dcodeql-analysis.yml63 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
64 # If this step fails, then you should remove it and run the build manually (see below)
72 # and modify them (or add more) to build your code if your project
/curl/scripts/
H A Ddmaketgz40 docker build \
41 --build-arg SOURCE_DATE_EPOCH="$timestamp" \
42 --build-arg UID="$(id -u)" \
43 --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) {
544 chdir "$pwd/$build";
655 chdir "$pwd/$build";
711 chdir "$pwd/$build";
758 chdir "$pwd/$build";
762 chdir "$pwd/$build/tests";
[all …]
/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 D.azure-pipelines.yml134 …- script: scan-build ./configure --disable-dependency-tracking --enable-debug --enable-werror --wi…
140 - script: scan-build --status-bugs make
143 - script: scan-build --status-bugs make examples
172 …configure: --host=i686-w64-mingw32 --build=i686-w64-mingw32 --prefix=/mingw32 --enable-debug -…
179 …configure: --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/mingw64 --enable-debug -…
186 …configure: --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/mingw64 --enable-debug -…
192 …configure: --host=i686-w64-mingw32 --build=i686-w64-mingw32 --prefix=/mingw32 --enable-debug -…
198 …configure: --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/mingw64 --enable-debug -…
205 …configure: --host=i686-w64-mingw32 --build=i686-w64-mingw32 --prefix=/mingw32 --enable-debug -…
212 …configure: --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/mingw64 --enable-debug -…
[all …]
H A Dappveyor.sh65 cmake --build _bld --config "${PRJ_CFG}" --parallel 2 -- ${BUILD_OPT:-}
124 cmake --build _bld --config "${PRJ_CFG}" --parallel 2 --target testdeps
138 cmake --build _bld --config "${PRJ_CFG}" --target test-ci
/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.yml221 build:
226 build-macos:
260 - build
269 - build
279 - build
287 - build
297 - build
307 - build
318 - build
330 - build
[all …]
/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 44 milliseconds

12345