mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +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 }}
|
run: cmake --build ${{ env.BUILD_DIR }}
|
||||||
|
|
||||||
- name: CTest
|
- name: CTest
|
||||||
run: cmake --test-dir ${{ env.BUILD_DIR }}
|
run: ctest --test-dir ${{ env.BUILD_DIR }}
|
||||||
|
|
||||||
- name: Upload results
|
- name: Upload results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@ -203,7 +203,7 @@ jobs:
|
|||||||
run: cmake --build ${{ env.BUILD_DIR }}
|
run: cmake --build ${{ env.BUILD_DIR }}
|
||||||
|
|
||||||
- name: CTest
|
- name: CTest
|
||||||
run: cmake --test-dir ${{ env.BUILD_DIR }}
|
run: ctest --test-dir ${{ env.BUILD_DIR }}
|
||||||
|
|
||||||
- name: Upload results
|
- name: Upload results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user