vtk-m/.gitlab/ci/ubuntu2004.yml

42 lines
1.0 KiB
YAML
Raw Normal View History

##=============================================================================
##
## Copyright (c) Kitware, Inc.
## All rights reserved.
## See LICENSE.txt for details.
##
## This software is distributed WITHOUT ANY WARRANTY; without even
## the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
## PURPOSE. See the above copyright notice for more information.
##
##=============================================================================
build:ubuntu2004_kokkos37:
2020-06-16 12:54:01 +00:00
tags:
- build
- vtkm
- docker
- linux-x86_64
2020-06-16 12:54:01 +00:00
extends:
- .ubuntu2004_kokkos
- .cmake_build_linux
2021-10-18 18:36:16 +00:00
- .run_automatically
2020-06-16 12:54:01 +00:00
variables:
CMAKE_BUILD_TYPE: RelWithDebInfo
CMAKE_PREFIX_PATH: "/opt/anari"
VTKM_SETTINGS: "kokkos+shared+64bit_floats+rendering+anari"
2020-06-16 12:54:01 +00:00
test:ubuntu2004_kokkos37:
2020-06-16 12:54:01 +00:00
tags:
- test
- vtkm
- docker
- linux-x86_64
2020-06-16 12:54:01 +00:00
extends:
- .ubuntu2004_kokkos
- .cmake_test_linux
2021-10-18 18:36:16 +00:00
- .run_automatically
2020-06-16 12:54:01 +00:00
dependencies:
- build:ubuntu2004_kokkos37
2020-06-16 12:54:01 +00:00
needs:
- build:ubuntu2004_kokkos37