Skip to content

Commit

Permalink
Update file paths and create symbolic links for model and test data.
Browse files Browse the repository at this point in the history
The changes in `build.yml` involve updating the file paths for the model and test data, and creating symbolic links to the correct locations.
  • Loading branch information
ChinChangYang committed Nov 11, 2023
1 parent 0a11b6d commit bec81ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ jobs:
cd models
wget https://github.com/ChinChangYang/KataGo/releases/download/v1.13.2-coreml1/KataGoModel19x19fp16v14s7709731328.mlpackage.zip
unzip KataGoModel19x19fp16v14s7709731328.mlpackage.zip
ln -s ../../../../../../../models/KataGoModel19x19fp16v14s7709731328.mlpackage ../cpp/xcode/DerivedData/KataGo/Build/Products/Release/KataGoModel19x19fp16.mlpackage
ln -s ../../../../../../models/KataGoModel19x19fp16v14s7709731328.mlpackage ../cpp/xcode/DerivedData/Build/Products/Release/KataGoModel19x19fp16.mlpackage
- name: Setup test data
run: |
cd cpp/xcode/DerivedData/KataGo/Build/Products/Release/
ln -s ../../../../../../tests .
ln -s ../../../../../tests cpp/xcode/DerivedData/Build/Products/Release/tests
- name: Run Xcode test
run: |
Expand Down

0 comments on commit bec81ad

Please sign in to comment.