mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
working on github dist
This commit is contained in:
parent
e8ba3f51f5
commit
e55485529d
16
.github/workflows/cmake.yml
vendored
16
.github/workflows/cmake.yml
vendored
@ -13,10 +13,20 @@ jobs:
|
||||
|
||||
init:
|
||||
runs-on: ubuntu-latest
|
||||
# Map step outputs to a job outputs
|
||||
outputs:
|
||||
VER: ${{ steps.vars.outputs.VER }}
|
||||
REL: ${{ steps.vars.outputs.REL }}
|
||||
DATE: ${{ steps.vars.outputs.DATE }}
|
||||
steps:
|
||||
which curl
|
||||
curl --version
|
||||
exit 1
|
||||
- name: Setup vars
|
||||
id: vars
|
||||
run: |
|
||||
which curl
|
||||
curl --version
|
||||
VER=$(curl https://raw.githubusercontent.com/usgs-coupled/phreeqc-version/main/phreeqc-version.txt)
|
||||
echo ::set-output name=VER::${VER}
|
||||
exit 1
|
||||
|
||||
build:
|
||||
# The CMake configure and build commands are platform agnostic and should work equally
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user