https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2325db8ccf5828c13e86838338535fe5d5e1db87 authored by Lars Bilke on 12 May 2021, 12:25:18 UTC, committed by Lars Bilke on 12 May 2021, 12:29:54 UTC
15 mins regular benchmarks
90 mins large benchmarks
1 parent ba4b3fe
Raw File
Tip revision: 2325db8ccf5828c13e86838338535fe5d5e1db87 authored by Lars Bilke on 12 May 2021, 12:25:18 UTC
[ci] Added ctest timeout for full test suite.
Tip revision: 2325db8
.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