Searched refs:build (Results 1 – 25 of 38) sorted by relevance
12
223 @echo "make build compile"227 @echo "make lib build a static library"229 @echo "make slib build a shared library"231 @echo "make unit_test build unit tests executable"234 @echo " WITH_LUA=1 build with Lua support; include Lua as static library"235 @echo " WITH_LUA_SHARED=1 build with Lua support; use dynamic linking to liblua5.2.so"236 @echo " WITH_LUA_VERSION=502 build with Lua 5.2.x (501 for Lua 5.1.x to 503 for 5.3.x)"237 @echo " WITH_DUKTAPE=1 build with Duktape support; include as static library"238 @echo " WITH_DUKTAPE_SHARED=1 build with Duktape support; use libduktape1.3.so"239 @echo " WITH_DUKTAPE_VERSION=108 build with Duktape 1.8.x"[all …]
19 - Add Conan package build163 - Optimize build matrix for Travis CI207 - Support build for Lua 5.1 (including LuaJIT), Lua 5.2 and Lua 5.3239 - Fix build for MinGW-x64, TDM-GCC and clang319 - Added new simple zip deployment build for Windows.320 - Removed windows install package build.339 - Travis automated build testing support added (Daniel Oaks)376 - Validated build without SQLITE3 large file support391 - Added 64 bit build profiles for VS 2012.412 - Reorangized build directories to make them more intuitive[all …]
71 build () { function100 local build_dir=${output_dir}/build136 build "$@"
22 @set "build_path=%output_path%\build"26 @set dependency_path=%TEMP%\%project%-build-dependencies31 @if not "!options!"=="!options:/? =!" set usage="Convenience script to build %project% with CMake"92 @call :log 0 "Failed to build the %project% project"112 :main - Main function that performs the build115 @call :log 2 "Welcome to the %project% build script"124 build ^147 @echo.build [/?][/v[v...]^|/q][MinGW^|MSVC]161 :dependencies - Installs any prerequisites for the build188 :generate - Uses CMake to generate the build files[all …]
60 ## Ignore Visual Studio temporary files, build results, and131 # TeamCity is a build add-in167 *.build.csdef271 conan/test_package/build
57 message(STATUS "Enabling tests in the build - ${CIVETWEB_BUILD_TESTING}")127 option(CIVETWEB_ALLOW_WARNINGS "Do not stop build if there are warnings" ON)149 "The version of Lua to build and include statically")163 "The version of Lua Filesystem to build and include statically")176 "The version of Lua SQLite to build and include statically")189 "The version of Lua XML to build and include statically")202 "The version of SQLite to build and include statically")324 # Coverage build type342 "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel Coverage."548 "The version of Check unit testing framework to build and include statically")
58 def build(self): member in civetwebConan65 cmake.build()
29 package: build
4 This guide covers the build instructions for the stand-alone web server.51 make build68 The *slib* option should be done on a separate clean build as position75 Clean up files generated during the build78 ## Setting build options82 make build WITH_LUA=188 | `WITH_LUA=1` | build with Lua support |89 | `WITH_DUKTAPE=1` | build with server-side JavaScript support |91 | `WITH_WEBSOCKET=1` | build with web socket support |92 | `WITH_SERVER_STATS=1` | build with support for server statistics |[all …]
7 …-in server side Lua, JavaScript and CGI support. Some instructions how to build the stand-alone se…45 These files can be used to build a server executable. They contain a `main` function86 CivetWeb is highly customizable at build time, in addition to configuration at start time.95 …y adding a `NO_<feature>` define. E.g., to build with Lua support, set `#define USE_LUA` (-DUSE_LU…158 This build is valid for Lua version Lua 5.2. It is also possible to build with Lua 5.1 (including L…
54 $(MAKE) -C $(TOP) clean build56 $(MAKE) -C $(TOP) clean build WITH_IPV6=158 $(MAKE) -C $(TOP) clean build WITH_WEBSOCKET=160 $(MAKE) -C $(TOP) clean build WITH_LUA=162 $(MAKE) -C $(TOP) clean build WITH_LUA=1 WITH_IPV6=1 WITH_WEBSOCKET=167 $(MAKE) -j 8 -C $(TOP) build WITH_LUA=1
8 environment to build up unit tests. They are split into Public and Private12 new functionality will be tested across the continuous build servers. There
5 Lua is built in the src directory, but the build process can be17 to build with other Windows compilers.29 If you want to build and install Lua in one step, do "make xxx install",56 - How to build Lua -- edit src/Makefile.64 it will be used by any Lua clients that you build, to ensure consistency.90 If all you want is to build the Lua interpreter, you may put all .c files
2 # Rename to PKGBUILD to build via makepkg26 build() {28 make build WITH_IPV6=1
11 def build(self): member in TestPackageConan14 cmake.build()
1 @rem MinGW build test - used to test MinGW builds locally15 make build CC=gcc WITH_LUA=1 WITH_WEBSOCKET=1
34 ../../cov-analysis-linux64-2017.07/bin/cov-build --dir cov-int make WITH_IPV6=1 WITH_WEBSOCKET=1 W…
40 #To build with DEBUG traces:57 #To build with duktape support:
5 used to build Lua. Set MYLIBS in Makefile accordingly.22 Script to build Lua under "Visual Studio .NET Command Prompt".
3 Travis is a service which will build your project when you commit or get pull requests on Github.5 I have fixed and extended the travis configuration to build on the new sudo-less docker infrastruct…
14 python conan/build.py
8 converted to UTF-8 (CESU-8) at build time.
54 make build
38 $(MAKE) CC="$(TARGET_CC)" -C $(@D) build \