Fix jenkinsfile

This commit is contained in:
zontreck 2024-07-27 02:33:05 -07:00
parent c789219481
commit 4fed8c53fe
2 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View file

@ -23,6 +23,8 @@ pipeline {
rm -rf doc rm -rf doc
dart pub get dart pub get
dart doc dart doc
dart compile exe -o out/dbikc.bin bin/dbikc.dart
tar -cvf docs.tgz doc/api/* tar -cvf docs.tgz doc/api/*
''' '''
} }

View file

@ -1,6 +1,6 @@
name: libac_dart name: libac_dart
description: "Aria's Creations code library" description: "Aria's Creations code library"
version: 1.2.072724+0210 version: 1.2.072724+0232
homepage: "https://zontreck.com" homepage: "https://zontreck.com"