File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33:use common: :all
44:: workflow-setup()
55
6+ # NOTE: to debug with qemu and gdb:
7+ # https://stackoverflow.com/questions/59906042/how-to-debug-mips-interactively
8+
69jobs:
710 xcompile:
811 :: setup-job('rarearchs' 'xcompile')
Original file line number Diff line number Diff line change @@ -31,10 +31,16 @@ jobs:
3131 run: source .github/setenv.sh && c4_show_info
3232 - name: singleheader
3333 run: cd samples/singleheader && ./run.sh $BT
34+ - name: singleheader-ints
35+ run: cd samples/singleheader-ints && ./run.sh $BT
3436 - name: singleheaderlib-static
3537 run: cd samples/singleheaderlib && ./run_static.sh $BT
3638 - name: singleheaderlib-shared
3739 run: cd samples/singleheaderlib && ./run_shared.sh $BT
40+ - name: singleheaderlib-ints-static
41+ run: cd samples/singleheaderlib-ints && ./run_static.sh $BT
42+ - name: singleheaderlib-ints-shared
43+ run: cd samples/singleheaderlib-ints && ./run_shared.sh $BT
3844 - name: add_subdirectory
3945 run: cd samples/add_subdirectory && ./run.sh $BT
4046 - name: find_package
Original file line number Diff line number Diff line change @@ -65,10 +65,16 @@ jobs:
6565 run : source .github/setenv.sh && c4_show_info
6666 - name : singleheader
6767 run : cd samples/singleheader && ./run.sh $BT
68+ - name : singleheader-ints
69+ run : cd samples/singleheader-ints && ./run.sh $BT
6870 - name : singleheaderlib-static
6971 run : cd samples/singleheaderlib && ./run_static.sh $BT
7072 - name : singleheaderlib-shared
7173 run : cd samples/singleheaderlib && ./run_shared.sh $BT
74+ - name : singleheaderlib-ints-static
75+ run : cd samples/singleheaderlib-ints && ./run_static.sh $BT
76+ - name : singleheaderlib-ints-shared
77+ run : cd samples/singleheaderlib-ints && ./run_shared.sh $BT
7278 - name : add_subdirectory
7379 run : cd samples/add_subdirectory && ./run.sh $BT
7480 - name : find_package
You can’t perform that action at this time.
0 commit comments