-
Notifications
You must be signed in to change notification settings - Fork 0
70 lines (65 loc) · 2.52 KB
/
example.yml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: Examples
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: lca
run: cargo run --example lca
- name: lca_2
run: cargo run --example lca_2
- name: build_tree
run: cargo run --example build_tree
- name: modify_tree
run: cargo run --example modify_tree
- name: read_newick
run: cargo run --example read_newick
- name: read_phyloxml
run: cargo run --example read_phyloxml
- name: read_recphyloxml
run: cargo run --example read_recphyloxml
- name: read_recphyloxml_2
run: cargo run --example read_recphyloxml_2
- name: read_recphyloxml_3
run: cargo run --example read_recphyloxml_3
- name: read_recphyloxml_big
run: cargo run --example read_recphyloxml_big
- name: read_recphyloxml_multi
run: cargo run --example read_recphyloxml_multi
- name: read_recphyloxml_switch
run: cargo run --example read_recphyloxml_switch
- name: read_recphyloxml_thickness
run: cargo run --example read_recphyloxml_thickness
- name: read_recphyloxml_width_height
run: cargo run --example read_recphyloxml_width_height
- name: read_recphyloxml_copie
run: cargo run --example read_recphyloxml_copie
- name: read_recphyloxml_free_living
run: cargo run --example read_recphyloxml_free_living
- name: read_recphyloxml_free_living_2
run: cargo run --example read_recphyloxml_free_living_2
- name: read_recphyloxml_free_living_3
run: cargo run --example read_recphyloxml_free_living_3
- name: read_recphyloxml_free_living_double
run: cargo run --example read_recphyloxml_free_living_double
- name: read_recphyloxml_free_living_quadruple
run: cargo run --example read_recphyloxml_free_living_quadruple
- name: read_recphyloxml_thirdlevel_1
run: cargo run --example read_recphyloxml_thirdlevel_1
- name: read_recphyloxml_thirdlevel_2
run: cargo run --example read_recphyloxml_thirdlevel_2
- name: read_recphyloxml_thirdlevel_3
run: cargo run --example read_recphyloxml_thirdlevel_3
- name: read_recphyloxml_thirdlevel_4
run: cargo run --example read_recphyloxml_thirdlevel_4
- name: read_recphyloxml_thirdlevel_6
run: cargo run --example read_recphyloxml_thirdlevel_6
- name: read_recphyloxml_thirdlevel_fl
run: cargo run --example read_recphyloxml_thirdlevel_fl