mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
🎉 Added cmake target for building manpage with scdoc
Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com>
This commit is contained in:
7
.github/workflows/cmake_build.yml
vendored
7
.github/workflows/cmake_build.yml
vendored
@@ -122,6 +122,13 @@ jobs:
|
||||
restore-keys: |
|
||||
host-${{ matrix.config.name }}-
|
||||
|
||||
# Install scdoc with conan TODO: Move conan pkg to own repo
|
||||
- name: "[Linux] Install scdoc"
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
conan remote add rigs-of-rods-deps https://conan.cloudsmith.io/rigs-of-rods/deps/
|
||||
conan install scdoc/1.11.1@anotherfoxguy/stable -g=virtualenv --build=missing
|
||||
|
||||
- name: Configure
|
||||
env:
|
||||
# Apple code signing
|
||||
|
Reference in New Issue
Block a user