https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b8dc9c592d744c40cc371cb5d3aa36a336ba1379 authored by Wenqing Wang on 24 February 2021, 16:13:27 UTC
[TM] Fixed the integration order for IP data I/O
Tip revision: b8dc9c5
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