https://git.reactos.org/?p=reactos.git;a=commitdiff;h=365372dc17172d779ded5e...
commit 365372dc17172d779ded5e808f69446aec77b707 Author: Adam Słaboń asaillen@protonmail.com AuthorDate: Mon Jul 31 02:14:31 2023 +0200 Commit: Adam Słaboń asaillen@protonmail.com CommitDate: Sat Aug 5 16:23:10 2023 +0200
[GITHUB] Build subsystems on ARM
CORE-17604 --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11dbe13ece6..036475fe4ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -182,6 +182,9 @@ jobs: - name: Build rosapps if: ${{ matrix.arch == 'arm' }} run: cmake --build build --target modules/rosapps/all + - name: Build subsystems + if: ${{ matrix.arch == 'arm' }} + run: cmake --build build --target subsystems/all - name: Build some applications (arm64) if: ${{ matrix.arch == 'arm64' }} run: cmake --build build --target calc magnify mstsc notepad osk regedit taskmgr winmine wordpad base/applications/screensavers/all -- -k0 @@ -193,6 +196,7 @@ jobs: build/base build/dll/cpl build/modules/rosapps + build/subsystems !**/CMakeFiles !**/cmake_install.cmake !**/*.asm