mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Run macos-static tests using CTest (#1947)
We can, so why not? It has benefits.
This commit is contained in:
@@ -121,7 +121,7 @@ jobs:
|
|||||||
enableCrossOsArchive: true
|
enableCrossOsArchive: true
|
||||||
- name: Build & install
|
- name: Build & install
|
||||||
run: |
|
run: |
|
||||||
cmake -S . -B build --preset macos-static -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}"
|
cmake -S . -B build --preset macos-static -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}" -DTESTS_OS_NAME=macos
|
||||||
cmake --build build
|
cmake --build build
|
||||||
- name: Package binaries
|
- name: Package binaries
|
||||||
run: |
|
run: |
|
||||||
@@ -156,7 +156,7 @@ jobs:
|
|||||||
test/fetch-test-deps.sh --get-deps macos
|
test/fetch-test-deps.sh --get-deps macos
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
test/run-tests.sh --os macos
|
ctest --test-dir build --schedule-random
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user