Start to add in some networking stuff

This commit is contained in:
zontreck 2024-07-10 02:46:33 -07:00
parent b820274f95
commit 15d80c1ab3
5 changed files with 93 additions and 7 deletions

1
Jenkinsfile vendored
View file

@ -20,6 +20,7 @@ pipeline {
#!/bin/bash
unset WORKSPACE
unset WORKSPACE_TMP
rm -rf doc
dart pub get
dart doc
tar -cvf docs.tgz doc/api/*