aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Hjortshoej <fyoucon@gmail.com>2020-04-11 19:55:20 +0200
committerMikkel Hjortshoej <fyoucon@gmail.com>2020-04-11 19:55:20 +0200
commita615402d7c079c188a7e3fa3f4f59428aa52511c (patch)
tree04933d3b7b03897e8b9e47594de19e68b5887d22
parentc9bec10a8ee3c11b38a41822c3c573786c0f5e5c (diff)
Start on json script
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--ci/build_ci.bat (renamed from build_ci.bat)0
-rw-r--r--ci/create_nightly_json.sh5
3 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7c43b01e1..504dc1fec 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
- ./build_ci.bat
+ ./ci/build_ci.bat
- name: Odin run
shell: cmd
run: |
diff --git a/build_ci.bat b/ci/build_ci.bat
index 53da20680..53da20680 100644
--- a/build_ci.bat
+++ b/ci/build_ci.bat
diff --git a/ci/create_nightly_json.sh b/ci/create_nightly_json.sh
new file mode 100644
index 000000000..184423195
--- /dev/null
+++ b/ci/create_nightly_json.sh
@@ -0,0 +1,5 @@
+FILE_IDS=$(b2 ls --long odin-binaries nightly | cut -d ' ' -f 1)
+
+while IFS= read -r line; do
+ echo "... $line ..."
+done <<< "$list" \ No newline at end of file