https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 10e698bf9d3e5b06cc24f1ebba07d298301c206b authored by Dmitri Naumov on 19 February 2021, 15:11:06 UTC
[PL/RM] Comment the whole block for empty if-cnd.
Tip revision: 10e698b
build-linux-frontend.yml
build linux frontend:
  extends:
    - .template-build-linux
    - .test-artifacts
    - .rules-master-manual
  tags:
    - frontend2
  needs: [meta]
  allow_failure: true
  variables:
    CCACHE_DIR: "/data/ogs/.ccache"
    CMAKE_PRESET: release
    CMAKE_ARGS: "-DOGS_USE_CONAN=OFF -DOGS_USE_PYTHON=OFF -DOGS_CPU_ARCHITECTURE=generic"
  before_script:
    - source scripts/env/eve/cli.sh
back to top