mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +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
|
||||
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
|
||||
run: cd R && make check
|
||||
|
||||
- name: build
|
||||
run: cd R && make build
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: cran
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user