Created
September 8, 2016 14:44
-
-
Save obmarg/89eb0c6cbe3826d7859683ad987db691 to your computer and use it in GitHub Desktop.
Circle.yml snippet for building libsysconfcpus to speed up elm builds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Customize dependencies.. | |
dependencies: | |
cache_directories: | |
- "libsysconfcpus" | |
post: | |
# Build sysconfcpus to workaround elm issue. | |
- if [ ! -d libsysconfcpus ]; then git clone https://github.com/obmarg/libsysconfcpus.git; fi | |
- cd libsysconfcpus && ./configure && make && sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment