This website requires JavaScript.
Explore
Help
Sign In
jp9000
/
obs-studio
Watch
1
Star
0
Fork
0
You've already forked obs-studio
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
obs-studio
/
CI
/
before-script-linux.sh
7 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
CI: Build on Linux [skip appveyor]
2017-02-25 10:49:16 +02:00
#!/bin/sh
set
-ex
CI: Use ccache to speed up the build Speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. [skip appveyor]
2017-02-27 12:10:39 +02:00
ccache -s
||
echo
"CCache is not available."
CI: Build on Linux [skip appveyor]
2017-02-25 10:49:16 +02:00
mkdir build
&&
cd
build
cmake ..
Reference in New Issue
Copy Permalink