mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
use clang/clang++ for r-build
This commit is contained in:
parent
32f3cdec16
commit
e31c8d8964
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -107,6 +107,12 @@ jobs:
|
||||
- name: versioning
|
||||
run: ./jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}
|
||||
|
||||
- name: setup clang
|
||||
run: |
|
||||
mkdir -p ~/.R
|
||||
echo CC=clang -Qunused-arguments > ~/.R/Makevars
|
||||
echo CXX=clang++ -Qunused-arguments >> ~/.R/Makevars
|
||||
|
||||
- name: check
|
||||
run: cd R && make VERSION=${{ needs.init.outputs.VER }} check_built
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user