cppalliance / ci-automation

0 stars 1 forks source link

Add drone script #3

Closed sdarwin closed 1 year ago

sdarwin commented 1 year ago

Placing the generate function in a file ci/drone/functions.star along with copies of linux_cxx and other functions.

The entire load statement, replacing all others, can now be:

load("@ci_automation//ci/drone/:functions.star", "linux_cxx", "windows_cxx", "osx_cxx", "freebsd_cxx", "generate")