This website requires JavaScript.
Explore
Minetest
Help
Sign In
jp9000
/
obs-studio
Watch
1
Star
0
Fork
You've already forked obs-studio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4ec072075d
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 00:49:16 -08: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 02:10:39 -08:00
ccache -s
||
echo
"CCache is not available."
CI: Build on Linux [skip appveyor]
2017-02-25 00:49:16 -08:00
mkdir build
&&
cd
build
cmake ..