File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CI (Integration nightly)
2+ on :
3+ push :
4+ branches :
5+ - ' **'
6+ paths-ignore :
7+ - ' README.md'
8+ pull_request :
9+ branches :
10+ - master
11+ paths-ignore :
12+ - ' README.md'
13+ jobs :
14+ test-integration-nightly :
15+ name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
16+ runs-on : ${{ matrix.os }}
17+ strategy :
18+ fail-fast : false
19+ matrix :
20+ version :
21+ - ' nightly'
22+ os :
23+ - ubuntu-latest
24+ - macOS-latest
25+ arch :
26+ - x64
27+ group :
28+ - Integration
29+ steps :
30+ - uses : actions/checkout@v2
31+ - uses : julia-actions/setup-julia@latest
32+ with :
33+ version : ${{ matrix.version }}
34+ arch : ${{ matrix.arch }}
35+ - uses : julia-actions/julia-buildpkg@latest
36+ - uses : julia-actions/julia-runtest@latest
37+ env :
38+ GROUP : ${{ matrix.group }}
Original file line number Diff line number Diff line change 33[ ![ CI] ( https://github.com/tshort/StaticCompiler.jl/workflows/CI/badge.svg )] ( https://github.com/tshort/StaticCompiler.jl/actions/workflows/ci.yml )
44[ ![ CI (Integration)] ( https://github.com/tshort/StaticCompiler.jl/workflows/CI%20(Integration)/badge.svg )] ( https://github.com/tshort/StaticCompiler.jl/actions/workflows/ci-integration.yml )
55[ ![ CI (Julia nightly)] ( https://github.com/tshort/StaticCompiler.jl/workflows/CI%20(Julia%20nightly)/badge.svg )] ( https://github.com/tshort/StaticCompiler.jl/actions/workflows/ci-julia-nightly.yml )
6+ [ ![ CI (Integration nightly)] ( https://github.com/tshort/StaticCompiler.jl/workflows/CI%20(Integration%20nightly)/badge.svg )] ( https://github.com/tshort/StaticCompiler.jl/actions/workflows/ci-integration-nightly.yml )
67[ ![ Coverage] ( https://codecov.io/gh/tshort/StaticCompiler.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/tshort/StaticCompiler.jl )
78
89This is an experimental package to compile Julia code to standalone libraries. A system image is not needed.
You can’t perform that action at this time.
0 commit comments