1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// ############################
// RUSTY-CI
// ############################
//
// This script runs when this crate is compiled or installed!
//
// Right now, all this file does is confirm
// that the host isn't using Windows OS.
extern crate os_info;
use ;
/// Operating systems that Rusty-CI supports
const SUPPORTED: & = &;
/// Operating systems that Rusty-CI is incompatible with
const INCOMPATIBLE: & = &;