mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 07:25:37 -04:00
Make all project targets compile on Intel MacOS (#2780)
This commit is contained in:
@@ -45,18 +45,8 @@ jobs:
|
||||
-DCMAKE_C_COMPILER_LAUNCHER=${{ github.workspace }}/buildcache/bin/buildcache \
|
||||
-DCMAKE_CXX_COMPILER_LAUNCHER=${{ github.workspace }}/buildcache/bin/buildcache
|
||||
|
||||
# Disabled for now, not all build targets are valid
|
||||
# - name: Build Project
|
||||
# run: cmake --build build --parallel $((`sysctl -n hw.logicalcpu`))
|
||||
|
||||
# Temporary, selectively build those that work
|
||||
- name: Build Working Targets
|
||||
run: |
|
||||
cmake --build build --target extractor --parallel $((`sysctl -n hw.logicalcpu`)) && \
|
||||
cmake --build build --target offline-test --parallel $((`sysctl -n hw.logicalcpu`)) && \
|
||||
cmake --build build --target decompiler --parallel $((`sysctl -n hw.logicalcpu`)) && \
|
||||
cmake --build build --target lsp --parallel $((`sysctl -n hw.logicalcpu`)) && \
|
||||
cmake --build build --target goalc --parallel $((`sysctl -n hw.logicalcpu`))
|
||||
- name: Build Project
|
||||
run: cmake --build build --parallel $((`sysctl -n hw.logicalcpu`))
|
||||
|
||||
- name: Run Tests
|
||||
continue-on-error: true # until macOS is stable
|
||||
|
||||
Reference in New Issue
Block a user