Skip to content
Snippets Groups Projects
Verified Commit 2e6444db authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Removed Jenkins references.

parent 0fec2b1a
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ CMake switches to enable / disable parts of OGS. ...@@ -44,7 +44,7 @@ CMake switches to enable / disable parts of OGS.
#### Advanced options #### Advanced options
- `OGS_CXX_FLAGS` - Appends user-given compiler flags. Note that existing (CMake-given) flags are not replaced. - `OGS_CXX_FLAGS` - Appends user-given compiler flags. Note that existing (CMake-given) flags are not replaced.
- `OGS_ADDITIONAL_SUBMODULES_TO_CHECKOUT` - Specifies optional submodules which are checked out at CMake-time. This is intended to be used by Jenkins. - `OGS_ADDITIONAL_SUBMODULES_TO_CHECKOUT` - Specifies optional submodules which are checked out at CMake-time.
- `OGS_PACKAGE_ADDITIONAL_BINARIES` - Package additional binaries (given as a `;`-separated list with relative paths to `CMAKE_BINARY_DIR`) into redistributables. Is used for bundling the OGS File Converter with the Data Explorer. - `OGS_PACKAGE_ADDITIONAL_BINARIES` - Package additional binaries (given as a `;`-separated list with relative paths to `CMAKE_BINARY_DIR`) into redistributables. Is used for bundling the OGS File Converter with the Data Explorer.
- `OGS_USE_OPTIONAL_SUBMODULES` - Includes optional submodules into the build. The submodules have to be checked out before. Defaults to ON. - `OGS_USE_OPTIONAL_SUBMODULES` - Includes optional submodules into the build. The submodules have to be checked out before. Defaults to ON.
- `OGS_CPU_ARCHITECTURE` - Optimizes for the given CPU architecture see [-march](https://gcc.gnu.org/onlinedocs/gcc-4.5.3/gcc/i386-and-x86_002d64-Options.html)-flag. Defaults to `native`. For redistributable binaries set to `generic` on Linux and `core2` on Mac OS. - `OGS_CPU_ARCHITECTURE` - Optimizes for the given CPU architecture see [-march](https://gcc.gnu.org/onlinedocs/gcc-4.5.3/gcc/i386-and-x86_002d64-Options.html)-flag. Defaults to `native`. For redistributable binaries set to `generic` on Linux and `core2` on Mac OS.
......
...@@ -63,6 +63,6 @@ $ docker run --rm -i -t -v /host/directory:/container/directory image_name ...@@ -63,6 +63,6 @@ $ docker run --rm -i -t -v /host/directory:/container/directory image_name
## Prebuilt OGS-6 Docker images ## Prebuilt OGS-6 Docker images
There are docker images provided on the [GitLab Container Registry](https://gitlab.opengeosys.org/ogs/ogs/container_registry) which include everything necessary to build OGS-6. They are intended to be used by Jenkins. You can use the for development. There are docker images provided on the [GitLab Container Registry](https://gitlab.opengeosys.org/ogs/ogs/container_registry) which include everything necessary to build OGS-6. They are used by the CI but you can also use them for development.
Even better for development is the usage of [Singularity container]({{< relref "singularity.pandoc" >}}) because they offer a transparent mapping of the user to container space. Even better for development is the usage of [Singularity container]({{< relref "singularity.pandoc" >}}) because they offer a transparent mapping of the user to container space.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment