Project

General

Profile

« Previous | Next » 

Revision ac6ce5a1

Added by Lélio Brun over 2 years ago

disable tests in gitlab CI

View differences:

.gitlab-ci.yml
40 40
  # value of any variable defined here.
41 41

  
42 42
  DUNE_BUILD_TARGETS: "@all"
43
  DUNE_TEST_TARGETS: "@runtest"
44
  DUNE_DOC_TARGETS: "@doc"
43
  DUNE_TEST_TARGETS: "" #"@runtest"
44
  DUNE_DOC_TARGETS: "" #"@doc"
45 45
  # If you make one of these variables empty (: ""),
46 46
  # the corresponding build step will be skipped.
47 47
  # Setting them to other values can refine the build

Also available in: Unified diff