aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Queißner <git@mq32.de>2020-06-30 11:05:43 -0700
committerFelix Queißner <git@mq32.de>2020-06-30 11:05:43 -0700
commit7c19f7ccb4d10612e506f1246394cd2c581e3007 (patch)
tree75bc23cfde9eda42394437858521a2c2acb3ae38
parentef6e2f513cde84fcd86795259830df364d5994b2 (diff)
downloadkristall-7c19f7ccb4d10612e506f1246394cd2c581e3007.tar.gz
Updates the build script to automatically upload the build artifact to kristall.random-projects.net
-rw-r--r--ci/build-and-deploy.bat5
-rw-r--r--ci/tools/7za.dll (renamed from ci/7z/7za.dll)bin381952 -> 381952 bytes
-rw-r--r--ci/tools/7za.exe (renamed from ci/7z/7za.exe)bin1152000 -> 1152000 bytes
-rw-r--r--ci/tools/7za.licence.txt (renamed from ci/7z/License.txt)0
-rw-r--r--ci/tools/7zxa.dll (renamed from ci/7z/7zxa.dll)bin209408 -> 209408 bytes
-rw-r--r--ci/tools/pscp.exebin0 -> 683912 bytes
6 files changed, 4 insertions, 1 deletions
diff --git a/ci/build-and-deploy.bat b/ci/build-and-deploy.bat
index 40825fe..a5ba86f 100644
--- a/ci/build-and-deploy.bat
+++ b/ci/build-and-deploy.bat
@@ -29,7 +29,10 @@ CD "%ROOT% || GOTO ERR
ECHO Creating package...
DEL /Q kristall-nightly.zip || GOTO ERR
-.\7z\7za.exe a kristall-nightly.zip %DEPLOY% || GOTO ERR
+.\tools\7za.exe a kristall-nightly.zip %DEPLOY% || GOTO ERR
+
+ECHO "Deploying package to server..."
+.\tools\pscp -scp -batch -P 22 -i "C:\Secret\ci.ppk" -v -noagent -hostkey 0e:b4:f0:35:ee:69:78:5f:13:c1:ca:bc:06:d3:29:1c kristall-nightly.zip kristall-ci@kristall.random-projects.net:.
EXIT /B 0
diff --git a/ci/7z/7za.dll b/ci/tools/7za.dll
index bc2b47a..bc2b47a 100644
--- a/ci/7z/7za.dll
+++ b/ci/tools/7za.dll
Binary files differ
diff --git a/ci/7z/7za.exe b/ci/tools/7za.exe
index 9f27b20..9f27b20 100644
--- a/ci/7z/7za.exe
+++ b/ci/tools/7za.exe
Binary files differ
diff --git a/ci/7z/License.txt b/ci/tools/7za.licence.txt
index e5d33d7..e5d33d7 100644
--- a/ci/7z/License.txt
+++ b/ci/tools/7za.licence.txt
diff --git a/ci/7z/7zxa.dll b/ci/tools/7zxa.dll
index d51e3f0..d51e3f0 100644
--- a/ci/7z/7zxa.dll
+++ b/ci/tools/7zxa.dll
Binary files differ
diff --git a/ci/tools/pscp.exe b/ci/tools/pscp.exe
new file mode 100644
index 0000000..cf28ea6
--- /dev/null
+++ b/ci/tools/pscp.exe
Binary files differ