summaryrefslogblamecommitdiff
path: root/.gitlab-ci.yml
blob: f0cfd456ff24c00fe83891a8d94d1029c01cbe84 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                         



                                       
                    



                     
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

generate ci jobs:
  script:
    - "./bin/generate-gitlab-ci-yml.sh"
  tags:
    - "spack-pre-ci"
  artifacts:
    paths:
      - ci-generation
    when: always