mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
Update cmake.yml
Check then build to avoid object files in src directory
This commit is contained in:
parent
2ffcc14386
commit
01dbd82eb8
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -109,12 +109,12 @@ jobs:
|
|||||||
- name: versioning
|
- name: versioning
|
||||||
run: ./jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}
|
run: ./jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}
|
||||||
|
|
||||||
- name: build
|
|
||||||
run: cd R && make build
|
|
||||||
|
|
||||||
- name: check
|
- name: check
|
||||||
run: cd R && make check
|
run: cd R && make check
|
||||||
|
|
||||||
|
- name: build
|
||||||
|
run: cd R && make build
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: cran
|
name: cran
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user