Skip to content

Commit

Permalink
Remove most sample files from the repo (sfztools#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfd authored and jpcima committed May 6, 2020
1 parent d0a6720 commit e2c0822
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ if (TARGET bm_resample)
add_dependencies(sfizz_benchmarks bm_resample)
endif()

file(COPY "sample1.wav" DESTINATION ${CMAKE_BINARY_DIR}/benchmarks)
file(COPY "sample2.wav" DESTINATION ${CMAKE_BINARY_DIR}/benchmarks)
file(COPY "sample3.wav" DESTINATION ${CMAKE_BINARY_DIR}/benchmarks)
file(COPY "sample1.flac" DESTINATION ${CMAKE_BINARY_DIR}/benchmarks)
file(COPY "sample2.flac" DESTINATION ${CMAKE_BINARY_DIR}/benchmarks)
file(COPY "sample3.flac" DESTINATION ${CMAKE_BINARY_DIR}/benchmarks)
configure_file("sample.wav" "${CMAKE_BINARY_DIR}/benchmarks/sample1.wav" COPYONLY)
configure_file("sample.wav" "${CMAKE_BINARY_DIR}/benchmarks/sample2.wav" COPYONLY)
configure_file("sample.wav" "${CMAKE_BINARY_DIR}/benchmarks/sample3.wav" COPYONLY)
configure_file("sample.flac" "${CMAKE_BINARY_DIR}/benchmarks/sample1.flac" COPYONLY)
configure_file("sample.flac" "${CMAKE_BINARY_DIR}/benchmarks/sample2.flac" COPYONLY)
configure_file("sample.flac" "${CMAKE_BINARY_DIR}/benchmarks/sample3.flac" COPYONLY)
Binary file removed benchmarks/ride.wav
Binary file not shown.
Binary file removed benchmarks/ride2.wav
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file removed benchmarks/sample2.flac
Binary file not shown.
Binary file removed benchmarks/sample2.wav
Binary file not shown.
Binary file removed benchmarks/sample3.flac
Binary file not shown.
Binary file removed benchmarks/sample3.wav
Binary file not shown.

0 comments on commit e2c0822

Please sign in to comment.