Start on json script

This commit is contained in:
Mikkel Hjortshoej
2020-04-11 19:55:20 +02:00
parent c9bec10a8e
commit a615402d7c
3 changed files with 6 additions and 1 deletions

View File

@@ -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: |

View File

@@ -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"