Merge pull request #1109 from sfztools/remove-lfs

Move from LFS...
This commit is contained in:
Paul Ferrand 2022-07-27 12:18:34 +02:00 committed by GitHub
commit 1f76a8c2c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 3 additions and 19 deletions

2
.gitattributes vendored
View file

@ -30,5 +30,3 @@ appveyor.yml export-ignore
/external/simde/*.py export-ignore
/external/simde/*.yml export-ignore
/external/simde/*.toml export-ignore
**/*.wav filter=lfs diff=lfs merge=lfs -text
**/*.flac filter=lfs diff=lfs merge=lfs -text

View file

@ -3,7 +3,8 @@ name: build
on:
push:
branches:
- '*'
- 'develop'
- 'master'
tags:
- '[0-9]*'
- 'v[0-9]*'
@ -40,9 +41,6 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
lfs: true
- name: Fetch LFS objects
run: git lfs checkout
- name: Set up dependencies
run: |
sudo apt-get update && \
@ -105,7 +103,7 @@ jobs:
path: ${{runner.workspace}}/build/${{env.install_name}}.tar.gz
build_for_macos:
runs-on: macos-10.15
runs-on: macos-11
steps:
- name: Set install name
run: |
@ -114,9 +112,6 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
lfs: true
- name: Fetch LFS objects
run: git lfs checkout
- name: Create Build Environment
shell: bash
working-directory: ${{runner.workspace}}
@ -233,9 +228,6 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
lfs: true
- name: Fetch LFS objects
run: git lfs checkout
- name: Create Build Environment
working-directory: ${{runner.workspace}}
run: cmake -E make_directory build
@ -348,9 +340,6 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
lfs: true
- name: Fetch LFS objects
run: git lfs checkout
- name: Build with GNU make
shell: bash
run: make -C "$GITHUB_WORKSPACE" -f generic.mk -j2
@ -386,9 +375,6 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
lfs: true
- name: Fetch LFS objects
run: git lfs checkout
- name: Set up dependencies
run: |
sudo apt-get update && \

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.