14
14
runs-on : ubuntu-18.04
15
15
steps :
16
16
- uses : actions/checkout@v1
17
+ - name : Updating packages
18
+ run : sudo apt-get update
17
19
- name : Initializtaion
18
20
run : sudo apt-get install doxygen vera++ cppcheck pylint pylint python-serial -q
19
21
- name : Signed-off
46
48
BUILD_OPTIONS : --buildoptions=--compile-flag=-m32,--cpointer-32bit=on -q
47
49
steps :
48
50
- uses : actions/checkout@v1
51
+ - name : Updating packages
52
+ run : sudo apt-get update
49
53
- name : Initializtaion
50
54
run : sudo apt-get install gcc-multilib
51
55
- name : Correctness - jerry-tests
64
68
runs-on : ubuntu-18.04
65
69
steps :
66
70
- uses : actions/checkout@v1
71
+ - name : Updating packages
72
+ run : sudo apt-get update
67
73
- name : Initializtaion
68
74
run : sudo apt-get install gcc-multilib
69
75
- name : Buildoption tests
@@ -127,6 +133,8 @@ jobs:
127
133
BUILD_OPTIONS : --buildoptions=--stack-limit=0,--compile-flag=-fsanitize=address,--compile-flag=-m32,--compile-flag=-fno-omit-frame-pointer,--compile-flag=-fno-common,--compile-flag=-O2,--debug,--system-allocator=on,--linker-flag=-fuse-ld=gold
128
134
steps :
129
135
- uses : actions/checkout@v1
136
+ - name : Updating packages
137
+ run : sudo apt-get update
130
138
- name : Initializtaion
131
139
run : sudo apt-get install gcc-multilib
132
140
- name : ASAN - jerry-tests
@@ -140,6 +148,8 @@ jobs:
140
148
BUILD_OPTIONS : --buildoptions=--compile-flag=-fsanitize=undefined,--compile-flag=-m32,--compile-flag=-fno-omit-frame-pointer,--compile-flag=-fno-common,--debug,--system-allocator=on,--linker-flag=-fuse-ld=gold
141
149
steps :
142
150
- uses : actions/checkout@v1
151
+ - name : Updating packages
152
+ run : sudo apt-get update
143
153
- name : Initializtaion
144
154
run : sudo apt-get install gcc-multilib
145
155
- name : UBSAN - jerry-tests
0 commit comments