This website requires JavaScript.
Explore
Help
Sign In
danog
/
gllvm
Watch
1
Star
0
Fork
0
You've already forked gllvm
mirror of
https://github.com/danog/gllvm.git
synced
2024-11-27 10:44:43 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4958703d80
gllvm
/
.travis
/
install_llvm.sh
7 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
multi-os travis CI (oopsy forgot a script)
2018-06-04 22:41:21 +02:00
#!/bin/bash -x
set
-ev
if
[
[
"
$TRAVIS_OS_NAME
"
=
=
"osx"
]
]
;
then
Forgot the verbose switch.
2018-06-22 15:42:18 +02:00
brew install -v llvm
multi-os travis CI (oopsy forgot a script)
2018-06-04 22:41:21 +02:00
fi
Reference in New Issue
Copy Permalink