Skip to content

Commit 07c2195

Browse files
committed
Parallelize ci-test
1 parent eb192a0 commit 07c2195

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

makefile

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,28 @@ doc_ToricSheaves:
8888

8989
# END PACKAGE JANITOR
9090

91-
ci-test: homalg_compatibility doc
92-
cd CAP && make ci-test
93-
cd ModulePresentationsForCAP && make ci-test
94-
cd GradedModulePresentationsForCAP && make ci-test
95-
cd LinearAlgebraForCAP && make ci-test
96-
cd GeneralizedMorphismsForCAP && make ci-test
97-
cd GroupRepresentationsForCAP && make ci-test
98-
cd InternalExteriorAlgebraForCAP && make ci-test
99-
cd CompilerForCAP && make ci-test
100-
cd FreydCategoriesForCAP && make doc
91+
ci-test_CAP:
92+
$(MAKE) -C CAP ci-test
93+
94+
ci-test_CompilerForCAP:
95+
$(MAKE) -C CompilerForCAP ci-test
96+
97+
ci-test_GeneralizedMorphismsForCAP:
98+
$(MAKE) -C GeneralizedMorphismsForCAP ci-test
99+
100+
ci-test_GradedModulePresentationsForCAP:
101+
$(MAKE) -C GradedModulePresentationsForCAP ci-test
102+
103+
ci-test_GroupRepresentationsForCAP:
104+
$(MAKE) -C GroupRepresentationsForCAP ci-test
105+
106+
ci-test_InternalExteriorAlgebraForCAP:
107+
$(MAKE) -C InternalExteriorAlgebraForCAP ci-test
108+
109+
ci-test_LinearAlgebraForCAP:
110+
$(MAKE) -C LinearAlgebraForCAP ci-test
111+
112+
ci-test_ModulePresentationsForCAP:
113+
$(MAKE) -C ModulePresentationsForCAP ci-test
114+
115+
ci-test: homalg_compatibility doc ci-test_CAP ci-test_CompilerForCAP ci-test_GeneralizedMorphismsForCAP ci-test_GradedModulePresentationsForCAP ci-test_GroupRepresentationsForCAP ci-test_InternalExteriorAlgebraForCAP ci-test_LinearAlgebraForCAP ci-test_ModulePresentationsForCAP

0 commit comments

Comments
 (0)