ops: remove tests
This commit is contained in:
parent
ba72a81c78
commit
f74f2a4cb2
|
@ -45,9 +45,5 @@ function enter-section() {
|
||||||
|
|
||||||
enter-section "Typstyle checking" "./run-fmt.sh --check src/lib.typ" 0
|
enter-section "Typstyle checking" "./run-fmt.sh --check src/lib.typ" 0
|
||||||
enter-section "Compiling template..." "typst compile template/main.typ --root . --font-path fonts example.pdf"
|
enter-section "Compiling template..." "typst compile template/main.typ --root . --font-path fonts example.pdf"
|
||||||
enter-section "TEST: local template import" "typst compile tests/local-import/main.typ --root . --font-path fonts"
|
|
||||||
enter-section "TEST: invalid config case 1" "typst compile tests/invalid-config/test-case-1.typ --root . --font-path fonts" "should fail"
|
|
||||||
enter-section "TEST: invalid config case 2" "typst compile tests/invalid-config/test-case-2.typ --root . --font-path fonts"
|
|
||||||
enter-section "TEST: invalid config case 3" "typst compile tests/invalid-config/test-case-3.typ --root . --font-path fonts" "should fail"
|
|
||||||
|
|
||||||
log "INFO" "CI completed successfully"
|
log "INFO" "CI completed successfully"
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
|
|
||||||
#import "../../src/lib.typ": dhbw-template
|
|
||||||
|
|
||||||
#show: dhbw-template.with((
|
|
||||||
lang: none,
|
|
||||||
region: "en",
|
|
||||||
author: (
|
|
||||||
name: "Sven Vogel",
|
|
||||||
semester: 4,
|
|
||||||
program: "Informationtechnology",
|
|
||||||
course: "TINF19IT1",
|
|
||||||
faculty: "Technik",
|
|
||||||
university: "DHBW Mannheim",
|
|
||||||
company: "ABB AG",
|
|
||||||
supervisor: "Benny Goodman",
|
|
||||||
matriculation-number: 123456789),
|
|
||||||
thesis: (
|
|
||||||
title: "Unofficial ABB/DHBW Typst template",
|
|
||||||
subtitle: "for reports and thesises",
|
|
||||||
submission-date: "23rd march 2020",
|
|
||||||
timeframe: "1st january 2020 - 20th march 2020",
|
|
||||||
kind: "T2000",
|
|
||||||
summary: none,
|
|
||||||
abstract: none,
|
|
||||||
keywords: ( "IT", "other stuff" ),
|
|
||||||
bibliography: none,
|
|
||||||
glossary: none,
|
|
||||||
appendices: none)))
|
|
|
@ -1,34 +0,0 @@
|
||||||
|
|
||||||
#import "../../src/lib.typ": dhbw-template
|
|
||||||
|
|
||||||
#show: dhbw-template.with((
|
|
||||||
lang: "en",
|
|
||||||
this-key-is-not-in-config: "Ha Ha",
|
|
||||||
region: "en",
|
|
||||||
author: (
|
|
||||||
name: "Sven Vogel",
|
|
||||||
semester: 4,
|
|
||||||
program: "Informationtechnology",
|
|
||||||
course: "TINF19IT1",
|
|
||||||
faculty: "Technik",
|
|
||||||
university: "DHBW Mannheim",
|
|
||||||
company: "ABB AG",
|
|
||||||
supervisor: "Benny Goodman",
|
|
||||||
matriculation-number: 123456789,
|
|
||||||
),
|
|
||||||
thesis: (
|
|
||||||
title: "Unofficial ABB/DHBW Typst template",
|
|
||||||
subtitle: "for reports and thesises",
|
|
||||||
submission-date: "23rd march 2020",
|
|
||||||
timeframe: "1st january 2020 - 20th march 2020",
|
|
||||||
kind: "T2000",
|
|
||||||
summary: none,
|
|
||||||
abstract: none,
|
|
||||||
keywords: ("IT", "other stuff"),
|
|
||||||
bibliography: none,
|
|
||||||
glossary: none,
|
|
||||||
appendices: none,
|
|
||||||
),
|
|
||||||
))
|
|
||||||
|
|
||||||
= Heading
|
|
|
@ -1,26 +0,0 @@
|
||||||
|
|
||||||
#import "../../src/lib.typ": dhbw-template
|
|
||||||
|
|
||||||
#show: dhbw-template.with((
|
|
||||||
lang: "en",
|
|
||||||
region: "en",
|
|
||||||
author: (
|
|
||||||
university: "DHBW Mannheim",
|
|
||||||
company: "ABB AG",
|
|
||||||
supervisor: none,
|
|
||||||
matriculation-number: 123456789,
|
|
||||||
),
|
|
||||||
thesis: (
|
|
||||||
title: "Unofficial ABB/DHBW Typst template",
|
|
||||||
subtitle: "for reports and thesises",
|
|
||||||
submission-date: "23rd march 2020",
|
|
||||||
timeframe: "1st january 2020 - 20th march 2020",
|
|
||||||
kind: "T2000",
|
|
||||||
summary: none,
|
|
||||||
abstract: none,
|
|
||||||
keywords: ("IT", "other stuff"),
|
|
||||||
bibliography: none,
|
|
||||||
glossary: none,
|
|
||||||
appendices: none,
|
|
||||||
),
|
|
||||||
))
|
|
|
@ -1,30 +0,0 @@
|
||||||
|
|
||||||
#import "../../src/lib.typ": dhbw-template
|
|
||||||
|
|
||||||
#show: dhbw-template.with((
|
|
||||||
lang: "en",
|
|
||||||
region: "en",
|
|
||||||
author: (
|
|
||||||
name: "Sven Vogel",
|
|
||||||
semester: 4,
|
|
||||||
program: "Informationtechnology",
|
|
||||||
course: "TINF19IT1",
|
|
||||||
faculty: "Technik",
|
|
||||||
university: "DHBW Mannheim",
|
|
||||||
company: "ABB AG",
|
|
||||||
supervisor: "Benny Goodman",
|
|
||||||
matriculation-number: 123456789),
|
|
||||||
thesis: (
|
|
||||||
title: "Unofficial ABB/DHBW Typst template",
|
|
||||||
subtitle: "for reports and thesises",
|
|
||||||
submission-date: "23rd march 2020",
|
|
||||||
timeframe: "1st january 2020 - 20th march 2020",
|
|
||||||
kind: "T2000",
|
|
||||||
summary: none,
|
|
||||||
abstract: none,
|
|
||||||
keywords: ( "IT", "other stuff" ),
|
|
||||||
bibliography: none,
|
|
||||||
glossary: none,
|
|
||||||
appendices: none)))
|
|
||||||
|
|
||||||
= Heading
|
|
Loading…
Reference in New Issue