Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ableton link as submodule #1119

Merged
merged 4 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
name: cabal ${{ matrix.versions.cabal }} - ghc ${{ matrix.versions.ghc }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: cache ~/.cabal/packages, ~/.cabal/store and dist-newstyle
uses: actions/cache@v4
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,14 @@ jobs:
os: [ubuntu-24.04, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- name: install nix
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build --print-build-logs --no-update-lock-file .#${{ matrix.package }}
- name: clone project
uses: actions/checkout@v4
with:
submodules: recursive
- name: build
# https://github.com/NixOS/nix/issues/9530#issuecomment-2457467802
run: nix build '.?submodules=1#default' --print-build-logs
2 changes: 2 additions & 0 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: cache ~/.stack
uses: actions/cache@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
name: cabal ${{ matrix.versions.cabal }} - ghc ${{ matrix.versions.ghc }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: cache ~/.cabal/packages, ~/.cabal/store and dist-newstyle
uses: actions/cache@v4
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "tidal-link/link"]
path = tidal-link/link
url = https://github.com/Ableton/link
1 change: 1 addition & 0 deletions tidal-link/link
Submodule link added at d53c45
137 changes: 0 additions & 137 deletions tidal-link/link/.appveyor.yml

This file was deleted.

50 changes: 0 additions & 50 deletions tidal-link/link/.clang-format

This file was deleted.

33 changes: 0 additions & 33 deletions tidal-link/link/.gitignore

This file was deleted.

Binary file removed tidal-link/link/Ableton Link Guidelines.pdf
Binary file not shown.
55 changes: 0 additions & 55 deletions tidal-link/link/AbletonLinkConfig.cmake

This file was deleted.

69 changes: 0 additions & 69 deletions tidal-link/link/CMakeLists.txt

This file was deleted.

Loading
Loading