mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-01-25 21:16:31 +00:00
Adding command line test resources. Also a fix for resources to include. Hypothetically, the matrix build will also run the command line tests to verify the native image.
This commit is contained in:
4
.github/workflows/nativeCompile.yml
vendored
4
.github/workflows/nativeCompile.yml
vendored
@@ -47,6 +47,10 @@ jobs:
|
||||
- name: Build ac/acx
|
||||
run: ./gradlew nativeCompile
|
||||
|
||||
- name: Run CLTH tests
|
||||
shell: bash
|
||||
run: ./scripts/run-clth-tests.sh
|
||||
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user