forked from oscar-system/libsingular-julia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OscarCI.toml
54 lines (45 loc) · 1.13 KB
/
OscarCI.toml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
title = "metadata for oscar CI run"
[env]
os = [ "ubuntu-latest", "macos-latest" ]
# 1.6 is done with some extra combinations in include
# also to avoid some weird behaviour by github actions which seems to merge
# the includes with the normal matrix entries
julia-version = [ "nightly" ]
branches = [ "<matching>" ]
[pkgs]
[pkgs.Singular]
test = true
testoptions = []
# will not add it to the matrix but enable testing for includes
[pkgs.Oscar]
test = true
branches = []
[include]
[include.matching]
Singular = "<matching>"
julia-version = "1.6"
os = "ubuntu-latest"
[include.matchingmac]
Singular = "<matching>"
julia-version = "1.6"
os = "macos-latest"
[include.oscar]
Oscar = "<matching>"
Singular = "<matching>"
julia-version = "1.6"
os = "ubuntu-latest"
[include.oscarmac]
Oscar = "<matching>"
Singular = "<matching>"
julia-version = "1.6"
os = "macos-latest"
[include.oscarstable]
Oscar = "release"
Singular = "release"
julia-version = "1.6"
os = "ubuntu-latest"
[include.oscarstablemac]
Oscar = "release"
Singular = "release"
julia-version = "1.6"
os = "macos-latest"