https://gitlab.opengeosys.org/ogs/ogs.git
Revision c35a91e371c8fa27864e958cbaa1a611c1bb288d authored by Dmitry Yu. Naumov on 24 February 2021, 19:55:12 UTC, committed by Dmitry Yu. Naumov on 24 February 2021, 19:55:12 UTC
[ci] Added manual job "linux ctest large".

See merge request ogs/ogs!3462
2 parent s 10a350e + 731fd84
Raw File
Tip revision: c35a91e371c8fa27864e958cbaa1a611c1bb288d authored by Dmitry Yu. Naumov on 24 February 2021, 19:55:12 UTC
Merge branch 'ci-manual-large' into 'master'
Tip revision: c35a91e
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top