File tree 9 files changed +2
-669
lines changed
9 files changed +2
-669
lines changed Original file line number Diff line number Diff line change 18
18
* .png binary ! eol
19
19
* .jpg binary ! eol
20
20
* .gif binary ! eol
21
-
22
- # Files normalized to always keep Unix line endings
23
- .default-version eol =lf
24
- bootstrap * eol =lf
25
- config.guess eol =lf
26
- config.status eol =lf
27
- configure eol =lf
28
- libtool eol =lf
29
- libtoolize eol =lf
30
- autoreconf eol =lf
31
- mkversion eol =lf
32
- * .sh eol =lf
33
- * -sh eol =lf
34
- * .m4 eol =lf
35
- configure.ac eol =lf
36
- Makefile.am eol =lf
37
- Makefile.in eol =lf
38
- Makefile eol =lf
Original file line number Diff line number Diff line change @@ -420,12 +420,10 @@ jobs:
420
420
- name : Bootstrap
421
421
run : |
422
422
brew update
423
- brew install automake m4
424
423
wget --tries 4 https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-mac.zip
425
424
unzip ninja-mac.zip && mv ninja /usr/local/bin/.
426
425
- name : Build
427
426
run : |
428
- export PATH=$(brew --prefix m4)/bin:$PATH
429
427
script/check-posix-build
430
428
script/check-simulation-build
431
429
Original file line number Diff line number Diff line change 1
1
* .a
2
2
* .bak
3
- * .db
4
3
* .flash
5
4
* .gcda
6
5
* .gcno
7
6
* .log
8
7
* .o
9
- * .lo
10
- * .la
11
8
* .ninja *
12
- * .opendb
13
9
* .orig
14
10
* .pcap
15
11
* .pyc
16
- * .suo
17
12
* .swn
18
13
* .swo
19
14
* .swp
20
15
* .trs
21
- * .user
22
16
* .bak
23
17
* ~
24
- .deps
25
- .dirstamp
26
18
.DS_Store
27
- .local-version
28
- .libs
29
19
.vagrant
30
- aclocal.m4
31
- autom4te.cache
32
20
build
33
21
CMakeCache.txt
34
22
CMakeFiles
35
23
cmake_install.cmake
36
- configure
37
- config.log
38
- config.status
39
24
doc /Doxyfile
40
25
doc /html
41
- etc /cmake /openthread-config-generic.h
42
- include /openthread-config.h
43
- include /openthread-config.h.in
44
- include /openthread-config-generic.h
45
- include /openthread-config-generic.h.in
46
- include /stamp-h1
47
- ipch
48
- libtool
49
- Makefile
50
- Makefile.in
51
26
output
52
- third_party /nlbuild-autotools /repo /third_party /autoconf /compile
53
- third_party /nlbuild-autotools /repo /third_party /autoconf /depcomp
54
- third_party /nlbuild-autotools /repo /third_party /autoconf /ltmain.sh
55
- third_party /nlbuild-autotools /repo /third_party /autoconf /m4 /libtool.m4
56
- third_party /nlbuild-autotools /repo /third_party /autoconf /m4 /ltoptions.m4
57
- third_party /nlbuild-autotools /repo /third_party /autoconf /m4 /ltsugar.m4
58
- third_party /nlbuild-autotools /repo /third_party /autoconf /m4 /ltversion.m4
59
- third_party /nlbuild-autotools /repo /third_party /autoconf /m4 /lt~obsolete.m4
60
- third_party /nlbuild-autotools /repo /third_party /autoconf /missing
61
27
/tmp /
62
28
63
29
# IDE / editor files
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments