Add the akgl_ui subsystem: clay-backed menus, HUDs and dialogs #3
@@ -56,7 +56,7 @@ jobs:
|
|||||||
fail_on_failure: 'true'
|
fail_on_failure: 'true'
|
||||||
- name: Upload coverage reports
|
- name: Upload coverage reports
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: code-coverage
|
name: code-coverage
|
||||||
path: build/coverage/
|
path: build/coverage/
|
||||||
@@ -123,7 +123,7 @@ jobs:
|
|||||||
# the next baseline if somebody re-records PERFORMANCE.md.
|
# the next baseline if somebody re-records PERFORMANCE.md.
|
||||||
- name: Upload benchmark tables
|
- name: Upload benchmark tables
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: performance-baseline
|
name: performance-baseline
|
||||||
path: perf-baseline.txt
|
path: perf-baseline.txt
|
||||||
@@ -170,7 +170,7 @@ jobs:
|
|||||||
run: scripts/memcheck.sh
|
run: scripts/memcheck.sh
|
||||||
- name: Upload valgrind logs
|
- name: Upload valgrind logs
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: valgrind-logs
|
name: valgrind-logs
|
||||||
path: build/Testing/Temporary/MemoryChecker.*.log
|
path: build/Testing/Temporary/MemoryChecker.*.log
|
||||||
|
|||||||
Reference in New Issue
Block a user