Home
last modified time | relevance | path

Searched +full:build +full:- +full:msys2 +full:- +full:clang64 (Results 1 – 3 of 3) sorted by relevance

/external/libusb/.github/workflows/
Dmsys2_clang64.yml1 name: MSYS2 clang64 build
5 build:
6 runs-on: windows-latest
9 shell: msys2 {0}
11 - uses: actions/checkout@v3
12 - uses: msys2/setup-msys2@v2
14 msystem: clang64
16 install: git mingw-w64-clang-x86_64-cc mingw-w64-clang-x86_64-autotools
17 - name: CI-Build
19 echo 'Running in MSYS2!'
[all …]
/external/google-benchmark/.github/workflows/
Dbuild-and-test.yml1 name: build-and-test
10 # TODO: add 32-bit builds (g++ and clang++) for ubuntu
11 # (requires g++-multilib and libc6:i386)
12 # TODO: add coverage build (requires lcov)
16 runs-on: ${{ matrix.os }}
18 fail-fast: false
20 os: [ubuntu-22.04, ubuntu-20.04, macos-latest]
26 - uses: actions/checkout@v3
28 - uses: lukka/get-cmake@latest
30 - name: create build environment
[all …]
/external/curl/.github/workflows/
Dwindows.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]