Skip to content

Commit

Permalink
Updated YML Build (#1113)
Browse files Browse the repository at this point in the history
* - WIP - ARMv8A32

* - WIP - ARMv8A32

* - Updated builds.yml

* - Updated builds.yml

* - Updated builds.yml

* - Updated builds.yml
  • Loading branch information
tgiphil committed Aug 8, 2023
1 parent 72fb7f2 commit 4218a41
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,9 @@ jobs:
path: bin
- name: Demo Test - HelloWorld
run: bin\Mosa.Tool.Launcher.Console.exe bin\Mosa.Demo.HelloWorld.x86.dll -o${{ matrix.optimization }} -check -test
- name: Demo Test - CoolWorld
- name: Demo Test - CoolWorld [BareMetal]
run: bin\Mosa.Tool.Launcher.Console.exe bin\Mosa.BareMetal.HelloWorld.x86.dll -o${{ matrix.optimization }} -check -test
- name: Demo Test - CoolWorld [Legacy]
run: bin\Mosa.Tool.Launcher.Console.exe bin\Mosa.Demo.CoolWorld.x86.dll -o${{ matrix.optimization }} -check -test
- name: Demo Test - SVGAWorld
run: bin\Mosa.Tool.Launcher.Console.exe bin\Mosa.Demo.SVGAWorld.x86.dll -o${{ matrix.optimization }} -check -test -vmware-svga -include bin\Include
Expand Down Expand Up @@ -328,7 +330,9 @@ jobs:
run: sudo apt-get -y -o Acquire::Retries=5 install qemu-system-x86
- name: Demo Test - HelloWorld
run: dotnet bin/Mosa.Tool.Launcher.Console.dll bin/Mosa.Demo.HelloWorld.x86.dll -o${{ matrix.optimization }} -check -test
- name: Demo Test - CoolWorld
- name: Demo Test - CoolWorld [BareMetal]
run: dotnet bin/Mosa.Tool.Launcher.Console.dll bin/Mosa.BareMetal.HelloWorld.x86.dll -o${{ matrix.optimization }} -check -test
- name: Demo Test - CoolWorld [Legacy]
run: dotnet bin/Mosa.Tool.Launcher.Console.dll bin/Mosa.Demo.CoolWorld.x86.dll -o${{ matrix.optimization }} -check -test
- name: Demo Test - SVGAWorld
run: dotnet bin/Mosa.Tool.Launcher.Console.dll bin/Mosa.Demo.SVGAWorld.x86.dll -o${{ matrix.optimization }} -check -test -vmware-svga -include bin/Include
Expand Down Expand Up @@ -359,7 +363,9 @@ jobs:
# # run: brew install qemu
# - name: Demo Test - HelloWorld
# run: dotnet bin/Mosa.Tool.Launcher.Console.dll bin/Mosa.Demo.HelloWorld.x86.dll -o${{ matrix.optimization }} -check -test
# - name: Demo Test - CoolWorld
# - name: Demo Test - CoolWorld [BareMetal]
# run: dotnet bin/Mosa.Tool.Launcher.Console.dll bin/Mosa.BareMetal.HelloWorld.x86.dll -o${{ matrix.optimization }} -check -test
# - name: Demo Test - CoolWorld [Legacy]
# run: dotnet bin/Mosa.Tool.Launcher.Console.dll bin/Mosa.Demo.CoolWorld.x86.dll -o${{ matrix.optimization }} -check -test
# - name: Demo Test - SVGAWorld
# run: dotnet bin/Mosa.Tool.Launcher.Console.dll bin/Mosa.Demo.SVGAWorld.x86.dll -o${{ matrix.optimization }} -check -test

0 comments on commit 4218a41

Please sign in to comment.