v0.7.0 — Phase 7 complete: 173 Tests, Onboarding-Doku, geometry-central #3

Merged
user2595 merged 19 commits from dev into main 2026-05-18 18:40:00 +00:00
Showing only changes of commit 4e8213f9aa - Show all commits

View File

@@ -12,7 +12,8 @@ on:
# ─────────────────────────────────────────────────────────────────────────────
# Job 1 — test-fast
# Pure-math tests (Clausen, ImLi₂, Hyper-ideal Geometrie).
# Kein CGAL, kein Boost. Läuft auf ALLEN Branches in < 1 s.
# Konfiguriert mit -DWITH_CGAL_TESTS=ON (Boost im Image), baut aber nur
# conformallab_tests. Läuft auf ALLEN Branches in < 1 min.
# ─────────────────────────────────────────────────────────────────────────────
jobs:
test-fast:
@@ -24,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- name: Configure (tests-only)
run: cmake -S code -B build -DCMAKE_BUILD_TYPE=Release
run: cmake -S code -B build -DCMAKE_BUILD_TYPE=Release -DWITH_CGAL_TESTS=ON
- name: Build
run: cmake --build build --target conformallab_tests -j$(nproc)
@@ -55,10 +56,7 @@ jobs:
# Verwendet -DWITH_CGAL_TESTS=ON (nicht -DWITH_CGAL=ON), damit kein
# Viewer/GLFW gebaut wird — der CI-Container hat kein wayland-scanner.
#
# Boost-Install-Schritt: solange das Docker-Image noch kein libboost-dev
# enthält, wird es hier zur Laufzeit nachinstalliert (~15 s).
# Nach dem nächsten Image-Rebuild (Dockerfile bereits aktualisiert) wird
# dieser Schritt zum No-Op.
# Boost (libboost-dev) ist seit Image-Rebuild bereits im Container.
# ─────────────────────────────────────────────────────────────────────────────
test-cgal:
needs: test-fast