https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f64b0e204baab829f407ca0451b99e23749b8cc2 authored by Lars Bilke on 15 March 2021, 09:36:53 UTC
Bump Boost to 1.69.0 for Clang compatibility.
Tip revision: f64b0e2
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:
    - !reference [.template-build-linux, before_script]
    - source scripts/env/eve/cli.sh
back to top