Skip to content

Commit

Permalink
Add install_tools target to build.sh and fix LLVM CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Nov 24, 2020
1 parent c42d1df commit 83e3874
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
shell: powershell
run: build/intrin.ps1

- name: Install dependencies
shell: bash
run: build/build.sh install_tools

- name: Clone LLVM
shell: bash
run: build/premake.sh --file=build/scripts/LLVM.lua clone_llvm
Expand Down
3 changes: 3 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ case "$cmd" in
download_llvm)
download_llvm
;;
install_tools)
download_premake
;;
*)
build
;;
Expand Down

0 comments on commit 83e3874

Please sign in to comment.