Add server-mac-x64 definition
Summary: Just this one for now as I can actually test that this works. Reviewed By: lblasa Differential Revision: D35902244 fbshipit-source-id: 9914c58968b4f9dfd25be7afaf6d89dffaad294a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bb936aaf0f
commit
b4bddcb7de
@@ -393,7 +393,7 @@ mod test {
|
|||||||
fn test_included_packlist_parses() {
|
fn test_included_packlist_parses() {
|
||||||
let res: PackList =
|
let res: PackList =
|
||||||
serde_yaml::from_str(DEFAULT_PACKLIST).expect("Default packlist doesn't deserialize");
|
serde_yaml::from_str(DEFAULT_PACKLIST).expect("Default packlist doesn't deserialize");
|
||||||
assert_eq!(res.0.len(), 3);
|
assert_eq!(res.0.len(), 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
@@ -29,3 +29,14 @@ windows:
|
|||||||
core:
|
core:
|
||||||
- '!*'
|
- '!*'
|
||||||
- resources
|
- resources
|
||||||
|
|
||||||
|
server-mac-x64:
|
||||||
|
mode: glob
|
||||||
|
basedir: flipper-server-mac-x64
|
||||||
|
files:
|
||||||
|
frameworks:
|
||||||
|
- '!*'
|
||||||
|
- 'node'
|
||||||
|
core:
|
||||||
|
- '!node'
|
||||||
|
- '*'
|
||||||
|
|||||||
Reference in New Issue
Block a user