mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
Merge remote-tracking branch 'usgs-coupled/master'
This commit is contained in:
commit
d6b34b3e21
8
.github/workflows/cmake.yml
vendored
8
.github/workflows/cmake.yml
vendored
@ -102,18 +102,16 @@ jobs:
|
|||||||
use-public-rspm: true
|
use-public-rspm: true
|
||||||
|
|
||||||
- name: install devtools
|
- name: install devtools
|
||||||
run: |
|
run: Rscript -e 'install.packages("devtools")'
|
||||||
install.packages("devtools")
|
|
||||||
shell: Rscript {0}
|
|
||||||
|
|
||||||
- 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: check
|
- name: check
|
||||||
run: cd R && make check
|
run: cd R/phreeqc && Rscript -e 'devtools::check()'
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: cd R && make build
|
run: cd R/phreeqc && Rscript -e 'devtools::build()'
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user