File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,27 @@ steps:
67
67
soft_fail :
68
68
- exit_status : 1
69
69
70
+ - label : " Enzyme.jl"
71
+ plugins :
72
+ - JuliaCI/julia#v1:
73
+ version : 1.6
74
+ - JuliaCI/julia-coverage#v1:
75
+ codecov : true
76
+ command : |
77
+ julia -e 'using Pkg;
78
+
79
+ println("--- :julia: Instantiating project");
80
+ Pkg.develop(PackageSpec(path=pwd()));
81
+ Pkg.add(PackageSpec(name="Enzyme", rev="master"));
82
+ Pkg.build();
83
+
84
+ println("+++ :julia: Running tests");
85
+ Pkg.test("Enzyme"; coverage=true);'
86
+ agents :
87
+ queue : " juliagpu"
88
+ if : build.message !~ /\[skip tests\]/
89
+ timeout_in_minutes : 60
90
+
70
91
env :
71
92
JULIA_PKG_SERVER : " " # it often struggles with our large artifacts
72
93
SECRET_CODECOV_TOKEN : " ya+qhtTvHdnO/U1KSoTcdCRB4WCCFU7Or2wt7YlzSZJWqITbLxidDfvqxTMG0mPo6M9I2XW6GULCleA9okq06reF5//14WSmxiF8qPwBONj6m+ImdkLpju2FfLCAtISFJYRM5OJRdDuQ5hKz+FyNoDG/jWBm/vrHoXzrVOHpcHGOPvrEtSwkdo8ew0prFq5RTi6c0Pe+Vj+xRMH7o8QhIPisYUd4RWsA/BL3ukxqSSzpU1+ZJ4F5v6eZILSaKSPb04FzpotkbH+UUCvJSn28Cif+JQANJ9HDLgaa1BbSlOAcu7syktS2fJOyOTfE67er9Lu8utqz6973Evnqjfbclw==;U2FsdGVkX19sIzsESyU7ZuRndlTrQy67iOsrPzevxn+W/dWZBd3ds5Soh1ig5ivoUi4tLZrqUv/ZyPIHohVy0A=="
You can’t perform that action at this time.
0 commit comments