This repository was archived by the owner on Aug 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1894
-12
lines changed Expand file tree Collapse file tree 4 files changed +1894
-12
lines changed Original file line number Diff line number Diff line change @@ -9,26 +9,26 @@ defaults: &defaults
9
9
- attach_workspace :
10
10
at : /tmp
11
11
- run :
12
- name : Install Julia v1.2.0
12
+ name : Install Julia v1.5.3
13
13
command : |
14
14
curl -o julia.tar.gz --location --silent --show-error \
15
- https://julialang-s3.julialang.org/bin/linux/x64/1.2 /julia-1.2.0 -linux-x86_64.tar.gz && \
15
+ https://julialang-s3.julialang.org/bin/linux/x64/1.5 /julia-1.5.3 -linux-x86_64.tar.gz && \
16
16
mkdir julia && \
17
17
tar --extract --gzip --strip 1 --directory=julia --file=julia.tar.gz && \
18
18
echo 'export PATH="/tmp/project/julia/bin:$PATH"' >> $BASH_ENV
19
19
- run :
20
20
name : Julia version
21
21
command : julia --version
22
22
- run :
23
- name : Install Lint .jl
23
+ name : Install StaticLint .jl
24
24
# Note the "using Lint" is to pre-compile the cache
25
25
# Also, we are using the `master` branch directly since a working
26
26
# version isn't currently released.
27
27
command : |
28
- julia -E 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/tonyhffong/Lint .jl", rev="master")); using Lint ;'
28
+ julia -E 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/julia-vscode/StaticLint .jl", rev="master")); using StaticLint ;'
29
29
- run :
30
- name : Lint .jl version
31
- command : julia -E 'using Pkg; Pkg.status("Lint ");'
30
+ name : StaticLint .jl version
31
+ command : julia -E 'using Pkg; Pkg.status("StaticLint ");'
32
32
- run :
33
33
name : Create VFB for Atom to run in
34
34
command : /usr/local/bin/xvfb_start
You can’t perform that action at this time.
0 commit comments