Home
last modified time | relevance | path

Searched refs:Yaml (Results 1 – 1 of 1) sorted by relevance

/mcuboot-2.7.6/ptest/src/
Dmain.rs31 Yaml,
177 fn from_yaml(yaml: &[Yaml]) -> Matrix { in from_yaml()
283 fn lookup_matrix(y: &Yaml) -> Option<&Vec<Yaml>> { in lookup_matrix() argument
284 let jobs = Yaml::String("jobs".to_string()); in lookup_matrix()
285 let environment = Yaml::String("environment".to_string()); in lookup_matrix()
286 let strategy = Yaml::String("strategy".to_string()); in lookup_matrix()
287 let matrix = Yaml::String("matrix".to_string()); in lookup_matrix()
288 let features = Yaml::String("features".to_string()); in lookup_matrix()