File tree 1 file changed +9
-23
lines changed
1 file changed +9
-23
lines changed Original file line number Diff line number Diff line change @@ -29,26 +29,12 @@ test:dev:
29
29
30
30
# special tests
31
31
32
- test:dev:llvm8 :
33
- extends : .test:dev
34
- image : ubuntu:18.04
35
- before_script :
36
- - apt update
37
- - apt install -y git build-essential libatomic1 python gfortran perl wget m4 cmake pkg-config
38
- - git clone https://github.com/JuliaLang/julia
39
- - make -C julia -j$(nproc) install LLVM_VER=8.0.0 USE_BINARYBUILDER_LLVM=0
40
- - ln -s $(pwd)/julia/julia /usr/bin/julia
41
- - julia -e 'using InteractiveUtils;
42
- versioninfo()'
43
-
44
- test:dev:llvm9 :
45
- extends : .test:dev
46
- image : ubuntu:18.04
47
- before_script :
48
- - apt update
49
- - apt install -y git build-essential libatomic1 python gfortran perl wget m4 cmake pkg-config
50
- - git clone https://github.com/JuliaLang/julia
51
- - make -C julia -j$(nproc) install LLVM_VER=9.0.0rc6 USE_BINARYBUILDER_LLVM=0
52
- - ln -s $(pwd)/julia/julia /usr/bin/julia
53
- - julia -e 'using InteractiveUtils;
54
- versioninfo()'
32
+ test:source:llvm8 :
33
+ extends : .test:source
34
+ variables :
35
+ CI_BUILD_ARGS : ' LLVM_VER=8.0.0 USE_BINARYBUILDER_LLVM=0'
36
+
37
+ test:source:llvm9 :
38
+ extends : .test:source
39
+ variables :
40
+ CI_BUILD_ARGS : ' LLVM_VER=9.0.0rc6 USE_BINARYBUILDER_LLVM=0'
You can’t perform that action at this time.
0 commit comments