Skip to content

Instantly share code, notes, and snippets.

@obmarg
Created September 8, 2016 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obmarg/89eb0c6cbe3826d7859683ad987db691 to your computer and use it in GitHub Desktop.
Save obmarg/89eb0c6cbe3826d7859683ad987db691 to your computer and use it in GitHub Desktop.
Circle.yml snippet for building libsysconfcpus to speed up elm builds
## 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