https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f041a5dc5839a5f6ea42b76fb5125651132543fe authored by Lars Bilke on 16 January 2021, 17:14:53 UTC
[web] Add release branch binary download links.
Tip revision: f041a5d
build-linux-frontend.yml
build linux frontend:
  extends:
    - .template-build-linux
    - .rules-master-manual
  tags:
    - frontend2
  allow_failure: true
  variables:
    BUILD_DIR: "build"
    CCACHE_DIR: "/data/ogs/.ccache"
    CMAKE_ARGS: "-DOGS_USE_CONAN=OFF -DOGS_DISABLE_CCACHE=OFF -DOGS_CPU_ARCHITECTURE=generic"
  before_script:
    - source scripts/env/eve/cli.sh
    - mkdir -p $BUILD_DIR
    - cd $BUILD_DIR
back to top