mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Replaced cmake with ctest
This commit is contained in:
parent
27b079a467
commit
e86f5476a5
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -152,7 +152,7 @@ jobs:
|
||||
run: cmake --build ${{ env.BUILD_DIR }}
|
||||
|
||||
- name: CTest
|
||||
run: cmake --test-dir ${{ env.BUILD_DIR }}
|
||||
run: ctest --test-dir ${{ env.BUILD_DIR }}
|
||||
|
||||
- name: Upload results
|
||||
uses: actions/upload-artifact@v4
|
||||
@ -203,7 +203,7 @@ jobs:
|
||||
run: cmake --build ${{ env.BUILD_DIR }}
|
||||
|
||||
- name: CTest
|
||||
run: cmake --test-dir ${{ env.BUILD_DIR }}
|
||||
run: ctest --test-dir ${{ env.BUILD_DIR }}
|
||||
|
||||
- name: Upload results
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user