mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
Merge branch 'mdl/litephreeqc' into 'main'
Chore: New URL and name for litephreeqc in .gitmodules See merge request naaice/poet!58
This commit is contained in:
commit
9cd487cc15
@ -63,6 +63,7 @@ push:
|
|||||||
- if [[-d poet.git ]]; then rm -rf poet.git; fi
|
- if [[-d poet.git ]]; then rm -rf poet.git; fi
|
||||||
- git clone --mirror "https://git.gfz-potsdam.de/naaice/poet.git" "poet.git" && cd poet.git
|
- git clone --mirror "https://git.gfz-potsdam.de/naaice/poet.git" "poet.git" && cd poet.git
|
||||||
- git push --mirror $GITHUB_REPOSITORY
|
- git push --mirror $GITHUB_REPOSITORY
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
#archive-sources: # This job runs in the build stage, which runs first.
|
#archive-sources: # This job runs in the build stage, which runs first.
|
||||||
# image: python:3
|
# image: python:3
|
||||||
|
|||||||
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -2,6 +2,6 @@
|
|||||||
path = ext/tug
|
path = ext/tug
|
||||||
url = ../tug.git
|
url = ../tug.git
|
||||||
|
|
||||||
[submodule "ext/iphreeqc"]
|
[submodule "ext/litephreeqc"]
|
||||||
path = ext/iphreeqc
|
path = ext/litephreeqc
|
||||||
url = ../iphreeqc.git
|
url = ../litephreeqc.git
|
||||||
|
|||||||
@ -31,7 +31,7 @@ endif()
|
|||||||
set(TUG_ENABLE_TESTING OFF CACHE BOOL "" FORCE)
|
set(TUG_ENABLE_TESTING OFF CACHE BOOL "" FORCE)
|
||||||
|
|
||||||
add_subdirectory(ext/tug EXCLUDE_FROM_ALL)
|
add_subdirectory(ext/tug EXCLUDE_FROM_ALL)
|
||||||
add_subdirectory(ext/iphreeqc EXCLUDE_FROM_ALL)
|
add_subdirectory(ext/litephreeqc EXCLUDE_FROM_ALL)
|
||||||
|
|
||||||
option(POET_ENABLE_TESTING "Build test suite for POET" OFF)
|
option(POET_ENABLE_TESTING "Build test suite for POET" OFF)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user