File tree 2 files changed +23
-10
lines changed
2 files changed +23
-10
lines changed Original file line number Diff line number Diff line change @@ -67,19 +67,15 @@ commands:
67
67
- run : tinygo build -size short -o test.elf -target=pca10056 examples/blinky2
68
68
- run : tinygo build -size short -o test.elf -target=itsybitsy-m0 examples/blinky1
69
69
- run : tinygo build -size short -o test.elf -target=circuitplay-express examples/blinky1
70
-
71
-
72
- jobs :
73
- test-llvm8-go111 :
74
- docker :
75
- - image : circleci/golang:1.11
76
-
77
- working_directory : /go/src/github.com/tinygo-org/tinygo
70
+ test-linux :
71
+ parameters :
72
+ llvm :
73
+ type : string
78
74
steps :
79
75
- checkout
80
76
- submodules
81
77
- apt-dependencies :
82
- llvm : " -8 "
78
+ llvm : <<parameters.llvm>>
83
79
- install-node
84
80
- restore_cache :
85
81
keys :
96
92
- ~/.cache/go-build
97
93
- ~/.cache/tinygo
98
94
95
+ jobs :
96
+ test-llvm8-go111 :
97
+ docker :
98
+ - image : circleci/golang:1.11
99
+ working_directory : /go/src/github.com/tinygo-org/tinygo
100
+ steps :
101
+ - test-linux :
102
+ llvm : " -8"
103
+ test-llvm8-go112 :
104
+ docker :
105
+ - image : circleci/golang:1.12
106
+ working_directory : /go/src/github.com/tinygo-org/tinygo
107
+ steps :
108
+ - test-linux :
109
+ llvm : " -8"
110
+
99
111
workflows :
100
112
test-all :
101
113
jobs :
102
114
- test-llvm8-go111
115
+ - test-llvm8-go112
You can’t perform that action at this time.
0 commit comments