mirror of
https://github.com/PDP-10/its.git
synced 2026-05-03 14:49:18 +00:00
Add a Makefile check that SRC, DOC, and BIN cover everything.
Run this with "make check-dirs". This is added to all CI builds.
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
- run: sh -ex build/dependencies.sh install_linux
|
||||
- run:
|
||||
name: build
|
||||
command: "make EMULATOR=$EMULATOR"
|
||||
command: "make check-dirs all EMULATOR=$EMULATOR"
|
||||
no_output_timeout: 30m
|
||||
timeout: 120m
|
||||
- store_artifacts:
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
- run: sh -ex build/dependencies.sh install_linux
|
||||
- run:
|
||||
name: build
|
||||
command: "make EMULATOR=$EMULATOR"
|
||||
command: "make check-dirs all EMULATOR=$EMULATOR"
|
||||
no_output_timeout: 30m
|
||||
timeout: 120m
|
||||
- store_artifacts:
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
- run: sh -ex build/dependencies.sh install_linux
|
||||
- run:
|
||||
name: build
|
||||
command: "make EMULATOR=$EMULATOR"
|
||||
command: "make check-dirs all EMULATOR=$EMULATOR"
|
||||
no_output_timeout: 30m
|
||||
timeout: 120m
|
||||
- store_artifacts:
|
||||
|
||||
Reference in New Issue
Block a user