Compare commits
2 commits
6c326410fe
...
ea198341ba
Author | SHA1 | Date | |
---|---|---|---|
Ren Kararou | ea198341ba | ||
Ren Kararou | 1378be714c |
19
.build.yml
Normal file
19
.build.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
image: freebsd/latest
|
||||||
|
packages:
|
||||||
|
- tex-formats
|
||||||
|
- texlive-base
|
||||||
|
- hs-pandoc
|
||||||
|
- gmake
|
||||||
|
artifacts:
|
||||||
|
- aetherials/release/aetherials.pdf
|
||||||
|
- aetherials/release/aetherials.epub
|
||||||
|
sources:
|
||||||
|
- https://git.sr.ht/~spicywolf/aetherials
|
||||||
|
tasks:
|
||||||
|
- build: |
|
||||||
|
cd aetherials
|
||||||
|
gmake
|
||||||
|
- release: |
|
||||||
|
cd aetherials
|
||||||
|
gmake release
|
||||||
|
|
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
|
@ -1,15 +0,0 @@
|
||||||
pipeline {
|
|
||||||
agent { label 'tex' }
|
|
||||||
stages {
|
|
||||||
stage('Build') {
|
|
||||||
steps {
|
|
||||||
sh 'make'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
post {
|
|
||||||
always {
|
|
||||||
archiveArtifacts artifacts: 'build/*.{pdf,epub}', fingerprint: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue