mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-21 22:05:20 +00:00
Start on json script
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
5
ci/create_nightly_json.sh
Normal file
5
ci/create_nightly_json.sh
Normal 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"
|
||||
Reference in New Issue
Block a user