mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
working on github dist
This commit is contained in:
parent
005f962eec
commit
e8ba3f51f5
8
.github/workflows/cmake.yml
vendored
8
.github/workflows/cmake.yml
vendored
@ -10,6 +10,14 @@ env:
|
|||||||
BUILD_TYPE: RelWithDebInfo
|
BUILD_TYPE: RelWithDebInfo
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
init:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
which curl
|
||||||
|
curl --version
|
||||||
|
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
|
||||||
# well on Windows or Mac. You can convert this to a matrix build if you need
|
# well on Windows or Mac. You can convert this to a matrix build if you need
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user