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:
|
init:
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
which curl
|
- name: Setup vars
|
||||||
curl --version
|
id: vars
|
||||||
exit 1
|
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:
|
build:
|
||||||
# The CMake configure and build commands are platform agnostic and should work equally
|
# The CMake configure and build commands are platform agnostic and should work equally
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user