Update .drone.star

This commit is contained in:
Peter Dimov
2022-02-06 22:55:48 +02:00
parent 5366407135
commit 23fbfb1ffa

View File

@ -1,14 +1,9 @@
# Use, modification, and distribution are
# subject to the Boost Software License, Version 1.0. (See accompanying
# file LICENSE.txt)
#
# Copyright Rene Rivera 2020.
# Copyright 2020 Rene Rivera
# Copyright 2022 Peter Dimov
# Distributed under the Boost Software License, Version 1.0.
# https://www.boost.org/LICENSE_1_0.txt
# For Drone CI we use the Starlark scripting language to reduce duplication.
# As the yaml syntax for Drone CI is rather limited.
#
#
globalenv={}
globalenv={ 'B2_CI_VERSION': '1', 'B2_VARIANT': 'debug,release' }
linuxglobalimage="cppalliance/droneubuntu1604:1"
windowsglobalimage="cppalliance/dronevs2019"