Home
last modified time | relevance | path

Searched +full:ubuntu +full:- +full:clang +full:- +full:cmake (Results 1 – 25 of 49) sorted by relevance

12

/third_party/libsnd/.github/workflows/
Daction.yml8 fail-fast: false
11 ubuntu-gcc-autotools,
12 ubuntu-clang-autotools,
13 ubuntu-gcc-ossfuzz,
14 macos-autotools,
15 ubuntu-gcc-cmake,
16 ubuntu-gcc-cmake-shared,
17 ubuntu-clang-cmake,
18 ubuntu-clang-cmake-shared,
19 macos-cmake,
[all …]
/third_party/skia/third_party/externals/brotli/
D.travis.yml5 - master
11 - os: linux
12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
16 - ubuntu-toolchain-r-test
18 - gcc-7
19 - g++-7
20 - os: linux
21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
25 - ubuntu-toolchain-r-test
27 - gcc-4.4
[all …]
/third_party/benchmark/.github/workflows/
Dbuild-and-test.yml1 name: build-and-test
8 # TODO: add 32-bit builds (g++ and clang++) for ubuntu
9 # (requires g++-multilib and libc6:i386)
11 # TODO: add clang + libc++ builds for ubuntu
14 runs-on: ${{ matrix.os }}
16 fail-fast: false
18 os: [ubuntu-latest, ubuntu-20.04, macos-latest]
20 compiler: [g++, clang++]
22 - displayTargetName: windows-latest-release
23 os: windows-latest
[all …]
Dbuild-and-test-perfcounters.yml1 name: build-and-test-perfcounters
13 runs-on: ${{ matrix.os }}
15 fail-fast: false
17 os: [ubuntu-latest, ubuntu-20.04]
20 - uses: actions/checkout@v2
22 - name: install libpfm
23 run: sudo apt -y install libpfm4-dev
25 - name: setup cmake
26 uses: jwlawson/actions-setup-cmake@v1.9
28 cmake-version: '3.5.1'
[all …]
Dclang-tidy.yml1 name: clang-tidy
9 name: run-clang-tidy
10 runs-on: ubuntu-latest
12 fail-fast: false
14 - uses: actions/checkout@v2
16 - name: install clang-tidy
17 run: sudo apt update && sudo apt -y install clang-tidy
19 - name: create build environment
20 run: cmake -E make_directory ${{ runner.workspace }}/_build
22 - name: configure cmake
[all …]
Dsanitizer.yml13 runs-on: ubuntu-latest
15 fail-fast: false
19 compiler: ['clang', 'gcc']
22 - uses: actions/checkout@v2
24 - name: configure msan env
27 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=memory -fsanitize-memory-track-origins…
30 - name: configure ubsan env
33 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=undefined -fno-sanitize-recover=all" >…
36 - name: configure asan env
39 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=address -fno-sanitize-recover=all" >> …
[all …]
/third_party/ninja/.github/workflows/
Dlinux.yml11 runs-on: [ubuntu-latest]
15 - uses: actions/checkout@v2
16 - uses: codespell-project/actions-codespell@master
19 - name: Install dependencies
21 … curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh
22 chmod +x cmake-3.16.4-Linux-x86_64.sh
23 ./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local
24 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p…
25 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p…
26 rpm -U --quiet p7zip-16.02-20.el7.x86_64.rpm
[all …]
/third_party/glslang/.github/workflows/
Dcontinuous_integration.yml2 # Travis was using Ubuntu 14.04. Ubuntu 14.04 is not supportted by GitHub workflows. Ubuntu 20.04 i…
3 # Travis was using Clang 3.6. The earliest version support by Ubuntu 20.04 is Clang 6.0.
4 # Travis was caching the clang package. APT package caching is not natively supported by GitHub act…
13 - master
17 runs-on: ${{matrix.os}}
19 fail-fast: false
21 os: [ubuntu-20.04]
22 compiler: [{cc: clang, cxx: clang++}, {cc: gcc, cxx: g++}]
25 - uses: actions/checkout@v2
26 - uses: actions/setup-python@v2
[all …]
Dcontinuous_deployment.yml2 # Travis was using Ubuntu 14.04. Ubuntu 14.04 is not supportted by GitHub workflows. Ubuntu 20.04 i…
3 # Travis was using Clang 3.6. The earliest version support by Ubuntu 20.04 is Clang 6.0.
4 # Travis was caching the clang package. APT package caching is not natively supported by GitHub act…
9 # Github github-script action: https://github.com/actions/github-script
11 # Octokit front-end to the GitHub REST API: https://octokit.github.io/rest.js/v18
12 # Octokit endpoint methods: https://github.com/octokit/plugin-rest-endpoint-methods.js/tree/master/…
14 # TODO: Use actions/upload-artifact and actions/download-artifact to simplify deployment.
23 - master
27 runs-on: ${{matrix.os.genus}}
29 fail-fast: false
[all …]
/third_party/vulkan-loader/.github/workflows/
Dbuild.yml1 # Copyright (c) 2021-2023 Valve Corporation
2 # Copyright (c) 2021-2023 LunarG, Inc.
8 # http://www.apache.org/licenses/LICENSE-2.0
21 # https://docs.github.com/en/actions/using-jobs/using-concurrency
25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26 cancel-in-progress: true
32 - main
34 permissions: read-all
38 runs-on: ${{matrix.os}}
41 compiler: [ {cc: gcc, cxx: g++}, {cc: clang, cxx: clang++} ]
[all …]
/third_party/opencl-headers/.github/workflows/
Dlinux.yml7 runs-on: ubuntu-18.04
8 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127
11 …# TODO: CMake 3.0.2 is Headers minimum (and ubuntu 18.04 canonical apt repo ver), not this repo's …
15 # One CMake version
19 - C_COMPILER: gcc-7
20 CXX_COMPILER: g++-7
21 CMAKE: 3.0.2
25 - C_COMPILER: gcc-7
26 CXX_COMPILER: g++-7
27 CMAKE: 3.0.2
[all …]
/third_party/json/
DREADME.md4 [![Ubuntu](https://github.com/nlohmann/json/workflows/Ubuntu/badge.svg)](https://github.com/nlohman…
8 …tps://scan.coverity.com/projects/5550/badge.svg)](https://scan.coverity.com/projects/nlohmann-json)
10 [![Cirrus CI](https://api.cirrus-ci.com/github/nlohmann/json.svg)](https://cirrus-ci.com/github/nlo…
11 … Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/json.svg)](https://bugs.chromiu…
12 [![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/1mp1…
13 [![Documentation](https://img.shields.io/badge/docs-mkdocs-blue.svg)](https://json.nlohmann.me)
14 [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubuserconten…
16 [![Vcpkg Version](https://img.shields.io/vcpkg/v/nlohmann-json)](https://vcpkg.link/ports/nlohmann-
17 …ging status](https://repology.org/badge/tiny-repos/nlohmann-json.svg)](https://repology.org/projec…
22 [![GitHub Sponsors](https://img.shields.io/badge/GitHub-Sponsors-ff69b4)](https://github.com/sponso…
[all …]
/third_party/cJSON/.github/workflows/
DCI.yml6 paths-ignore:
7 - '**.md'
8 - 'LICENSE'
11 paths-ignore:
12 - '**.md'
13 - 'LICENSE'
17 runs-on: ubuntu-latest
20 fail-fast: false
23 - ENABLE_VALGRIND
24 - ENABLE_SANITIZERS
[all …]
/third_party/libuv/.github/workflows/
Dsanitizer.yml6 - '**'
7 - '!docs/**'
8 - '!.**'
9 - '.github/workflows/sanitizer.yml'
12 - v[0-9].*
13 - master
16 sanitizers-linux:
17 runs-on: ubuntu-22.04
19 - uses: actions/checkout@v2
20 - name: Setup
[all …]
/third_party/nghttp2/.github/workflows/
Dbuild.yml5 permissions: read-all
16 build-cache:
19 os: [ubuntu-22.04, macos-12]
21 runs-on: ${{ matrix.os }}
24 - uses: actions/checkout@v4
25 - name: Restore libbpf cache
26 id: cache-libbpf
31 key: ${{ runner.os }}-libbpf-${{ env.LIBBPF_VERSION }}
32 - name: Restore OpenSSL v1.1.1 cache
33 id: cache-openssl1
[all …]
/third_party/skia/third_party/externals/sfntly/doc/
Dbuild_cpp.md5 * cmake 2.6 or above
9 g++ must support built-in atomic ops and has companion libstd++.
27 …For example, you can run `sudo apt-get install libicu-dev` in Ubuntu and see if the required libra…
29 …For Windows, download from http://site.icu-project.org/download or extract the one from `ext/redis…
35 For Mac users, please download ICU source tarball from http://site.icu-project.org/download
46 1. If you don't have cmake installed, extract the cmake-XXX.zip
47 into `d:\src\sfntly\cpp\ext\cmake` removing the "-XXX" part.
48 The extracted binary should be in `d:\src\sfntly\cpp\ext\cmake\bin\cmake.exe`.
49 2. Extract gtest-XXX.zip into `d:\src\sfntly\cpp\ext\gtest`
50 removing the "-XXX" part.
[all …]
/third_party/libwebsockets/contrib/
Dcross-aarch64-android.cmake2 # CMake Toolchain file for crosscompiling Android / aarch64
4 # This can be used when running cmake in the following way:
6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=contrib/cross-aarch64-android.cmake
14 set(CROSS_SYSROOT "${NDK}/platforms/android-${ANDROID_API_VER}/arch-${ABARCH1}")
15 set(BUILD_ARCH linux-x86_64)
21 set(TC_BASE ${TC_PATH}/bin/${CMAKE_SYSTEM_PROCESSOR}-linux-android)
24 set(CMAKE_C_COMPILER "${TC_BASE}${ANDROID_API_VER}-clang")
25 set(CMAKE_CXX_COMPILER "${TC_BASE}${ANDROID_API_VER}-clang++")
30 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3
32 # our desire for cross-build release optimization policy for code built to run
[all …]
/third_party/libxml2/
D.gitlab-ci.yml3 # for libxslt, that's why we need git and libgcrypt-dev.
5 # FROM ubuntu:20.04
7 # RUN apt-get update && \
8 # apt-get upgrade -y && \
9 # apt-get install -y --no-install-recommends \
10 # curl git ca-certificates \
11 # autoconf automake libtool pkg-config \
12 # make gcc clang llvm \
13 # zlib1g-dev liblzma-dev libgcrypt-dev \
14 # python-dev python3-dev \
[all …]
/third_party/jerryscript/
D.travis.yml3 # Default environment: Ubuntu Bionic 18.04.
9 script: tools/run-tests.py $OPTS
14 - name: "Checks"
16- tools/run-tests.py --check-signed-off=travis --check-doxygen --check-vera --check-license --chec…
17 - travis_wait 40 tools/run-tests.py --check-cppcheck
22 - name: "Linux/x86-64 Build, Correctness & Debugger Tests"
24 - OPTS="--quiet --jerry-tests --jerry-test-suite --jerry-debugger"
26 - name: "Linux/x86 (cpointer-32bit) Build & Correctness Tests"
28- OPTS="--quiet --jerry-tests --jerry-test-suite --buildoptions=--compile-flag=-m32,--cpointer-32b…
31 packages: [gcc-multilib]
[all …]
/third_party/lz4/.circleci/images/primary/
DDockerfile1 FROM circleci/buildpack-deps:bionic
3 RUN sudo apt-get -y -qq update
4 RUN sudo apt-get -y install software-properties-common
5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
6 RUN sudo apt-get -y install cmake
7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm
8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386
9 RUN sudo apt-get -y install clang clang-tools
10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6
11 RUN sudo apt-get -y install valgrind
[all …]
/third_party/astc-encoder/jenkins/
Dbuild.Dockerfile1 FROM ubuntu:22.04
3 RUN useradd -u 1000 -U -m -c Jenkins jenkins
5 RUN apt update && apt -y upgrade \
6 && apt install -y \
7 software-properties-common \
8 clang \
12 cmake \
16 python3-pip \
17 python3-venv \
18 python3-numpy \
[all …]
/third_party/jerryscript/docs/
D00.GETTING-STARTED.md3 Currently, only Ubuntu 18.04+ is officially supported as primary development environment.
7 - `gcc` or any C99-compliant compiler (native or cross, e.g., arm-none-eabi)
8 - `cmake` >= `2.8.12.2`
12 - `bash` >= `4.3.11`
13 - `cppcheck` >= `1.61`
14 - `vera++` >= `1.2.1`
15 - `python` >= `2.7.6`
18 sudo apt-get install gcc gcc-arm-none-eabi cmake cppcheck vera++ python
23 - `awk`
24 - `bc`
[all …]
/third_party/benchmark/
D.travis.yml7 - compiler: gcc
11 - lcov
13 - compiler: gcc
17 - g++-multilib
18 - libc6:i386
20 - COMPILER=g++
21 - C_COMPILER=gcc
22 - BUILD_TYPE=Debug
23 - BUILD_32_BITS=ON
24 - EXTRA_FLAGS="-m32"
[all …]
/third_party/mesa3d/docs/
Dmeson.rst5 ---------------
19 <https://mesonbuild.com/Getting-meson.html>`__ to install the
25 Unix-like OSes
31 .. code-block:: console
33 sudo apt-get install meson # Ubuntu
37 .. code-block:: console
44 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not
45 already installed, use apt-get or dnf to install the *ninja-build*
53 modules (Mako). You also need pkg-config (a hard dependency of Meson),
57 .. code-block:: console
[all …]
/third_party/skia/third_party/externals/expat/expat/
Dqa.sh9 # Copyright (c) 2016-2021 Sebastian Pipping <sebastian@pipping.org>
33 set -e
34 set -o nounset
41 echo -e -n "${open}" >&2
42 echo -n "# $*" >&2
43 echo -e "${close}" >&2
51 echo -e -n "${open}" >&2
52 echo -n "WARNING: $*" >&2
53 echo -e "${close}" >&2
67 clang)
[all …]

12