Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.lgtm.yml - github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6556161d16554975a859036e198a158c714d0d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
extraction:
  python:
    python_setup:
      version: 3

  cpp:
    prepare:
      packages:
      - libasound2-dev
      - libopusfile-dev
      - libpng-dev
      - libsdl2-dev
      - libsdl2-image-dev
      - libsdl2-net-dev
      - libspeexdsp-dev
      - python3-pip
    after_prepare:
    - python3 -m pip install --user --upgrade meson
    - export PATH="$HOME/.local/bin:$PATH"
    - meson --version
    configure:
      command:
      - meson setup -Duse_fluidsynth=false -Duse_mt32emu=false -Dunit_tests=disabled build
    index:
      build_command:
      - ninja -C build

queries:
- exclude: cpp/short-global-name