Skip to content

Commit 161687e

Browse files
committed
Update CI
1 parent 8a79795 commit 161687e

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows-in/rarearchs.ys

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
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+
69
jobs:
710
xcompile:
811
:: setup-job('rarearchs' 'xcompile')

.github/workflows-in/samples.ys

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/samples.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)