Revert "appveyor.yml: Copy amiibo-data.bin to ~/.config/rom-properties/."

No longer needed due to changes in AmiiboData and RomHeaderTest.

This reverts commit c7ce579b0d.
This commit is contained in:
David Korth 2023-09-30 23:17:12 -04:00
parent 2a03854def
commit 3596727156

View File

@ -60,8 +60,6 @@ build_script:
test_script:
- cmd: cd %APPVEYOR_BUILD_FOLDER%\build
- cmd: ctest -V -C %CONFIGURATION%
- sh: mkdir -p ~/.config/rom-properties
- sh: cp "${APPVEYOR_BUILD_FOLDER}/build/bin/amiibo-data.bin" ~/.config/rom-properties/
- sh: cd ${APPVEYOR_BUILD_FOLDER}/build
- sh: LD_LIBRARY_PATH=${APPVEYOR_BUILD_FOLDER}/build/lib ctest -V -C ${CONFIGURATION}