diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..e72d073 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,22 @@ +pipeline { + agent { + + } + + stages { + stage('Build') { + steps { + + } + } + stage('Deploy') { + when { + branch 'production' + } + + steps { + + } + } + } +} \ No newline at end of file diff --git a/dist/.gitkeep b/dist/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/squishy b/squishy new file mode 100644 index 0000000..355d4c4 --- /dev/null +++ b/squishy @@ -0,0 +1,8 @@ +Output "dist/hoggit_framework.lua" + +Main "lib/error_handling.lua" +Main "lib/logging.lua" +Main "lib/utils.lua" +Main "lib/spawner.lua" +Main "lib/communication.lua" +Main "lib/group.lua" \ No newline at end of file