Skip to content

Commit 26a5ef3

Browse files
authored
CI: Track more files (#481)
1 parent 48fc077 commit 26a5ef3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/build-artifact.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ jobs:
2020
with:
2121
fetch_additional_submodule_history: 'true'
2222
files: |
23-
tests/ansibench/*
24-
tests/rv8-bench/*
23+
mk/artifact.mk
24+
tests/ansibench/**
25+
tests/rv8-bench/**
26+
tests/doom/**
27+
tests/quake/**
28+
tests/scimark2/**
2529
tests/*.c
2630
- name: Set alias
2731
id: has_changed_files

mk/artifact.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ ifeq ($(call has, PREBUILT), 0)
9292
$(Q)$(call extract,"./tests/scimark2",$(notdir $(SCIMARK2_URL)))
9393
$(Q)$(call epilogue,$(notdir $(SCIMARK2_URL)),$(SHA1_FILE1),$(SHA1_FILE2))
9494
$(Q)$(PRINTF) "Building scimark2 ...\n"
95-
$(Q)$(MAKE) -C ./tests/scimark2 clean && $(RM) ./tests/scimark2/scimark2.o
9695
$(Q)$(MAKE) -C ./tests/scimark2 CC=$(CC) CFLAGS="-m32 -O2"
9796
$(Q)cp ./tests/scimark2/scimark2 $(BIN_DIR)/linux-x86-softfp/scimark2
9897
$(Q)$(MAKE) -C ./tests/scimark2 clean && $(RM) ./tests/scimark2/scimark2.o

0 commit comments

Comments
 (0)