Searched +full:macos +full:- (Results 1 – 4 of 4) sorted by relevance
6 - main13 os: [ubuntu-24.04, macos-15]16 - os: macos-1517 compiler: apple-clang19 runs-on: ${{ matrix.os }}22 - name: Environment setup24 - name: Set compiler28 if [[ "${{ matrix.os }}" == macos-* ]]; then29 echo "CC=gcc-15" >> $GITHUB_ENV35 if [[ "${{ matrix.os }}" == macos-* ]]; then[all …]
6 - main13 os: [ubuntu-24.04, macos-15]16 runs-on: ${{ matrix.os }}19 - name: Environment setup21 - name: Rust setup22 uses: dtolnay/rust-toolchain@master26 components: llvm-tools-preview27 - name: Install cargo-llvm-cov28 uses: taiki-e/install-action@v230 tool: cargo-llvm-cov[all …]
11 # - published16 if: >-21 runs-on: ${{ matrix.os }}24 # windows-2019, macos-1125 os: [ubuntu-20.04]28 - uses: actions/checkout@v430 - name: Build wheels33 - uses: actions/upload-artifact@v439 if: >-44 runs-on: ubuntu-latest[all …]
20 # doxygen -x [configFile]24 # doxygen -x_noenv [configFile]26 #---------------------------------------------------------------------------28 #---------------------------------------------------------------------------31 # file that follow. The default is UTF-8 which is also the encoding used for all35 # The default value is: UTF-8.37 DOXYFILE_ENCODING = UTF-840 # double-quotes, unless you are using Doxywizard) that should identify the74 # sub-directories (in 2 levels) under the output directory of each output format79 # control the number of sub-directories.[all …]