Add Simulation_Logging guide, reorg docs for dev guide

This commit is contained in:
Daniel Lovell
2024-10-02 13:12:12 -07:00
parent 45cdf740b1
commit ecfdb490ae
7 changed files with 351 additions and 101 deletions

View File

@@ -45,8 +45,7 @@ jobs:
targetPlatform: ${{ matrix.targetPlatform }}
- name: Copy Tools Directory
run: |
sudo mkdir -p build/${{ matrix.targetPlatform }}/Tools
sudo cp -r Tools/ build/${{ matrix.targetPlatform }}/Tools/
sudo cp -r Tools/ build/${{ matrix.targetPlatform }}/
- if: matrix.targetPlatform == 'StandaloneWindows64'
run: cd build/${{ matrix.targetPlatform }} && sudo zip -r ../build-${{ matrix.targetPlatform }}.zip * && cd -
- if: matrix.targetPlatform == 'StandaloneWindows64'