mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-10 22:48:05 -05:00
Add REFPROP for ASAN
This commit is contained in:
10
.github/workflows/dev_asan.yml
vendored
10
.github/workflows/dev_asan.yml
vendored
@@ -14,6 +14,16 @@ jobs:
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Build REFPROP
|
||||
shell: bash
|
||||
run: |
|
||||
set -x
|
||||
cd .github/workflows
|
||||
chmod +x buildREFPROP.sh
|
||||
./buildREFPROP.sh
|
||||
echo COOLPROP_REFPROP_ROOT=`pwd`/gpgREFPROP/REFPROP-cmake/bld >> $GITHUB_ENV
|
||||
env:
|
||||
REFPROP_GPG_PASSPHRASE: ${{ secrets.REFPROP_GPG_PASSPHRASE }}
|
||||
- name: checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
- name: mkdir
|
||||
|
||||
Reference in New Issue
Block a user