Skip to content

Commit

Permalink
Add clang to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paxbun committed Oct 25, 2021
1 parent 959d734 commit c13f3a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ matrix:
- choco install strawberryperl
- choco install cmake
- choco install visualstudio2019buildtools --package-parameters "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
- choco install llvm
script:
- export PATH=$MSBUILD_PATH:$PATH
- cargo build --release --workspace
Expand Down

0 comments on commit c13f3a6

Please sign in to comment.