File tree Expand file tree Collapse file tree 7 files changed +66
-76
lines changed Expand file tree Collapse file tree 7 files changed +66
-76
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 issue_comment :
44 types :
55 - created
6+ workflow_dispatch :
67jobs :
78 TagBot :
89 if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
Original file line number Diff line number Diff line change 1+ name : CI (Julia nightly)
2+ on :
3+ - push
4+ - pull_request
5+ jobs :
6+ test :
7+ name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
8+ runs-on : ${{ matrix.os }}
9+ strategy :
10+ fail-fast : false
11+ matrix :
12+ version :
13+ - ' nightly'
14+ os :
15+ - ubuntu-latest
16+ - macOS-latest
17+ - windows-latest
18+ arch :
19+ - x64
20+ steps :
21+ - uses : actions/checkout@v2
22+ - uses : julia-actions/setup-julia@v1
23+ with :
24+ version : ${{ matrix.version }}
25+ arch : ${{ matrix.arch }}
26+ - uses : julia-actions/julia-buildpkg@latest
27+ - uses : julia-actions/julia-runtest@latest
28+ - uses : julia-actions/julia-processcoverage@v1
29+ - uses : codecov/codecov-action@v1
30+ with :
31+ file : lcov.info
Original file line number Diff line number Diff line change 1+ name : CI
2+ on :
3+ - push
4+ - pull_request
5+ jobs :
6+ test :
7+ name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
8+ runs-on : ${{ matrix.os }}
9+ strategy :
10+ fail-fast : false
11+ matrix :
12+ version :
13+ - ' 1.0'
14+ - ' 1.6'
15+ - ' 1'
16+ os :
17+ - ubuntu-latest
18+ - macOS-latest
19+ - windows-latest
20+ arch :
21+ - x64
22+ steps :
23+ - uses : actions/checkout@v2
24+ - uses : julia-actions/setup-julia@v1
25+ with :
26+ version : ${{ matrix.version }}
27+ arch : ${{ matrix.arch }}
28+ - uses : julia-actions/julia-buildpkg@latest
29+ - uses : julia-actions/julia-runtest@latest
30+ - uses : julia-actions/julia-processcoverage@v1
31+ - uses : codecov/codecov-action@v1
32+ with :
33+ file : lcov.info
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name = " TupleTools"
22uuid = " 9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
33authors = [" Jutho Haegeman" ]
4- version = " 1.2 .0"
4+ version = " 1.3 .0"
55
66[deps ]
77
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments