mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-10 08:20:08 +00:00
7 lines
115 B
Groovy
7 lines
115 B
Groovy
#!groovy
|
|
|
|
@Library('c3i') _
|
|
|
|
String configurationFile = '.c3i/config_v2.yml'
|
|
cci.runBuild(this, configurationFile)
|