File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
windows :
16
+ if : false
16
17
runs-on : windows-latest
17
18
strategy :
18
19
matrix :
36
37
run : .\test\build\frida-fs-tests.exe
37
38
38
39
macos-x86_64 :
40
+ if : false
39
41
runs-on : macos-latest
40
42
steps :
41
43
- name : Check out repo
51
53
run : ./test/build/frida-fs-tests
52
54
53
55
linux-x86 :
56
+ if : false
54
57
runs-on : ubuntu-latest
55
58
steps :
56
59
- name : Check out repo
71
74
run : ./test/build/frida-fs-tests
72
75
73
76
linux-x86_64 :
77
+ if : false
74
78
runs-on : ubuntu-latest
75
79
steps :
76
80
- name : Check out repo
@@ -99,17 +103,19 @@ jobs:
99
103
npm install
100
104
cd test
101
105
npm install
102
- CC="gcc-arm-linux-gnueabihf -march=armv7-a -mtune=cortex-a7 -mfpu=neon-vfpv4" \
103
- CXX="g++-arm-linux-gnueabihf -march=armv7-a -mtune=cortex-a7 -mfpu=neon-vfpv4" \
104
- ./configure \
105
- --host=arm-linux-gnueabihf \
106
- -- \
107
- ${{ env.GUM_OPTIONS }}
106
+ ./configure --host=arm-linux-gnueabihf -- ${{ env.GUM_OPTIONS }}
108
107
make
109
108
- name : Test
110
109
run : qemu-arm -L /usr/arm-linux-gnueabihf ./test/build/frida-fs-tests
110
+ - name : Upload failure artifacts
111
+ if : ${{ failure() }}
112
+ uses : actions/upload-artifact@v3
113
+ with :
114
+ name : build-failure-logs
115
+ path : test/build/
111
116
112
117
linux-arm64 :
118
+ if : false
113
119
runs-on : ubuntu-latest
114
120
steps :
115
121
- name : Check out repo
You can’t perform that action at this time.
0 commit comments