1
0
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:
Lars Brinkhoff
2018-08-23 05:31:24 +02:00
parent 3c2f52304a
commit 8249c305f4
3 changed files with 24 additions and 4 deletions

View File

@@ -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: