Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazwh0 committed Dec 24, 2023
1 parent 873a708 commit a6b267b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,20 @@ jobs:
name: EmulatorCore
path: BitMagic.X16Emulator/X16Emulator/EmulatorCoreLinux

- name: Build Debugger
run: dotnet build 'BitMagic.X16Debugger/X16D/X16D.csproj' /p:configuration=Release --nologo

- name: Build Core Wrapper
working-directory: BitMagic.X16Emulator/X16Emulator/EmulatorCoreLinux
run: |
chmod +x build.sh
./build.sh
ls -l
- name: Copy Wrapper to Emulator
run: |
cp BitMagic.X16Emulator/X16Emulator/EmulatorCoreLinux/EmulatorCore.so BitMagic.X16Emulator/X16Emulator/EmulatorCore/x64/Release/EmulatorCore.so/.
- name: Build Debugger
run: dotnet build 'BitMagic.X16Debugger/X16D/X16D.csproj' /p:configuration=Release --nologo

- name: Copy Wrapper
run: |
cp BitMagic.X16Emulator/X16Emulator/EmulatorCoreLinux/EmulatorCore.so BitMagic.X16Debugger/X16D/bin/Release/net6.0/.
Expand Down

0 comments on commit a6b267b

Please sign in to comment.