Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/cubeb-coreaudio/.circleci/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 613 B image not shown  

Quelle  config.yml   Sprache: unbekannt

 
# See lastest version from: https://circleci.com/docs/2.0/configuration-reference
version: 2.1

jobs:
  regular_test:
    macos:  # indicate that we are using the macOS executor
      xcode: 12.5.1 # indicate our selected version of Xcode
    steps:
      - checkout
      - run: brew install cmake # for libcubeb in cubeb-sys crate
      - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
      - run: rustc --version
      - run: cargo --version
      - run: cargo build --verbose
      - run: sh run_tests.sh
workflows:
  version: 2
  build_and_test:
    jobs:
      - regular_test

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]