Compare commits

...

6 Commits

Author SHA1 Message Date
Max Lübke
9cd487cc15 Merge branch 'mdl/litephreeqc' into 'main'
Chore: New URL and name for litephreeqc in .gitmodules

See merge request naaice/poet!58
2025-11-13 16:45:53 +01:00
Max Lübke
04ac4b8b7b ci(gitlab): allow mirror push job to fail 2025-11-13 16:39:06 +01:00
Max Lübke
2c813b9e24 build: set path for submodule 2025-11-13 16:35:57 +01:00
Max Lübke
1b55f5e651 chore: use git mv to set new path for litephreeqc 2025-11-13 16:31:47 +01:00
Max Lübke
746ae15645 chore: rollback submodule path 2025-11-13 16:30:55 +01:00
Marco De Lucia
9066ae942b Chore: New URL and name for litephreeqc in .gitmodules 2025-11-13 16:22:21 +01:00
4 changed files with 5 additions and 4 deletions

View File

@ -63,6 +63,7 @@ push:
- 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 push --mirror $GITHUB_REPOSITORY
allow_failure: true
#archive-sources: # This job runs in the build stage, which runs first.
# image: python:3

6
.gitmodules vendored
View File

@ -2,6 +2,6 @@
path = ext/tug
url = ../tug.git
[submodule "ext/iphreeqc"]
path = ext/iphreeqc
url = ../iphreeqc.git
[submodule "ext/litephreeqc"]
path = ext/litephreeqc
url = ../litephreeqc.git

View File

@ -31,7 +31,7 @@ endif()
set(TUG_ENABLE_TESTING OFF CACHE BOOL "" FORCE)
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)