Page MenuHomeDevCentral

D1748.diff
No OneTemporary

D1748.diff

diff --git a/Jenkinsfile b/Jenkinsfile
new file mode 100644
--- /dev/null
+++ b/Jenkinsfile
@@ -0,0 +1,17 @@
+node('rust') {
+ stage('Checkout') {
+ git 'https://devcentral.nasqueron.org/source/limiting-factor.git'
+ }
+
+ try {
+ stage('Build') {
+ sh 'cargo build'
+ }
+
+ stage('Doc') {
+ sh 'cargo doc --no-deps'
+ }
+ } finally {
+ archiveArtifacts artifacts: 'target/doc/**', onlyIfSuccessful: true
+ }
+}

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 06:09 (10 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259585
Default Alt Text
D1748.diff (494 B)

Event Timeline