Skip to content

Commit

Permalink
cstat prj update. added uncrustify cfg files
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo17pet committed Sep 30, 2021
1 parent a909867 commit dae9c16
Show file tree
Hide file tree
Showing 12 changed files with 4,373 additions and 3,379 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/bigendian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BigEndian
name: 32bit_and_BigEndian

on:
push:
Expand All @@ -16,3 +16,5 @@ jobs:
run: uname -a
- name: Run tests on s390x/ubuntu
run: docker run --rm s390x/ubuntu bash -c "apt update && apt install -y gcc g++ make git && git clone https://github.com/kmilo17pet/QuarkTS.git --recursive && cd QuarkTS && make test"
- name: Run tests on armv7l/ubuntu
run: docker run --rm armv7l/ubuntu bash -c "apt update && apt install -y gcc g++ make git && git clone https://github.com/kmilo17pet/QuarkTS.git --recursive && cd QuarkTS && make test"
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ OUT = $(BIN_DIR)/$(notdir $(CURDIR))
$(OUT): $(OBJ)
@mkdir -p $(dir $@)
$(LD) $^ $(LFLAGS) -o $@
size $(OUT)

$(OBJ_DIR)/%$(OBJ_EXT): %.c
@mkdir -p $(dir $@)
Expand Down
Binary file modified check/Debug/BrowseInfo/c-stat-check.pbd
Binary file not shown.
Binary file modified check/Debug/BrowseInfo/c-stat-check.pbd.browse
Binary file not shown.
Loading

0 comments on commit dae9c16

Please sign in to comment.