Jaypore CI

> Jaypore CI: Minimal, Offline, Local CI system.
Log | Files | Refs | README | LICENSE

commit a90bc016f5dec65d25975db0aefa918f8245dc61
parent bd4a68ae571333c39eef032486f4ceab0ed375f3
Author: arjoonn <arjoonn@midpathsoftware.com>
Date:   Sat, 28 Feb 2026 11:14:14 +0530

x

Diffstat:
M.jci/run.sh | 8+++++---
ALICENSE | 33+++++++++++++++++++++++++++++++++
MVERSION | 2+-
3 files changed, 39 insertions(+), 4 deletions(-)

diff --git a/.jci/run.sh b/.jci/run.sh @@ -51,9 +51,11 @@ build_target() { } # --------------------------------------------------------------------------- +echo "--- Step 1: Updating code with latest VERSION ---" +scripts/build_image.sh # Step 1: Build Docker image (sequential — other steps depend on it) # --------------------------------------------------------------------------- -echo "--- Step 1: Building Docker image via scripts/build_image.sh ---" +echo "--- Step 2: Building Docker image via scripts/build_image.sh ---" scripts/build_image.sh echo "" @@ -67,7 +69,7 @@ echo "" # Windows amd64 git-jci-windows-amd64.exe # Windows arm64 git-jci-windows-arm64.exe # --------------------------------------------------------------------------- -echo "--- Step 2: Building binaries in parallel ---" +echo "--- Step 3: Building binaries in parallel ---" mkdir -p bin build_target linux amd64 git-jci-linux-amd64 @@ -108,7 +110,7 @@ echo "" # --------------------------------------------------------------------------- # Step 3: Build site (sequential — needs the binaries to be present) # --------------------------------------------------------------------------- -echo "--- Step 3: Building site inside jci container ---" +echo "--- Step 4: Building site inside jci container ---" docker run --rm -it -v "$PWD:/tmp/Jaypore CI" jci "/tmp/Jaypore CI/scripts/build_site.sh" echo "" diff --git a/LICENSE b/LICENSE @@ -0,0 +1,33 @@ +COMMERCIAL USE NOTICE + +While this software is provided under the MIT License below, if you are using +this software for a commercial purpose (e.g., within a company, for a client +project, or a paid service), please consider supporting the project by +purchasing a Commercial License. + +Your support allows for continued maintenance and new features. [https://www.jayporeci.in/#support] + +--- + +MIT License + +Copyright (c) 2026 Midpath Software Private Limited + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/VERSION b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2