File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 38
38
${{ runner.os }}-
39
39
- uses : julia-actions/julia-buildpkg@v1
40
40
- uses : julia-actions/julia-runtest@v1
41
+ test_sysimage :
42
+ name : JuliaSyntax sysimage build - ${{ github.event_name }}
43
+ runs-on : ubuntu-latest
44
+ strategy :
45
+ fail-fast : false
46
+ steps :
47
+ - uses : actions/checkout@v2
48
+ - uses : julia-actions/setup-julia@v1
49
+ with :
50
+ version : 1.6
51
+ arch : x64
52
+ - uses : actions/cache@v1
53
+ env :
54
+ cache-name : cache-artifacts
55
+ with :
56
+ path : ~/.julia/artifacts
57
+ key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
58
+ restore-keys : |
59
+ ${{ runner.os }}-test-${{ env.cache-name }}-
60
+ ${{ runner.os }}-test-
61
+ ${{ runner.os }}-
62
+ - uses : julia-actions/julia-buildpkg@v1
63
+ - run : julia sysimage/compile.jl
41
64
# docs:
42
65
# name: Documentation
43
66
# runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments