You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
Hi there - thank you for your work on ETLS. Can you please provide some hints about building etls in a Travis CI test environment? I just integrated ETLS in my project Bolt.Sips but am unable to pass a travis build due to missing dependencies doing lets build. I even tried using a variant of your travis.yml config file, with no success. Anybody having the same issue, and have a recipe to share? Many thanks, and Happy Holidays!
The text was updated successfully, but these errors were encountered:
Unfortunately, Travis is a little finicky about up-to-date build requirements. The problem you had in this build can be solved by adding global envs CXX=g++-6 and CC=gcc-6.
You can remove the test matrix; Travis cannot parse it probably because it doesn't understand otp_release: x in conjunction with language: elixir. Some of the APT packages are also unneeded when using etls as dependency.
Thank you very much indeed. Now I understand better all this build process, and I can use Travis again in my project. Thanks so much, for your help, highly appreciated!
Hi there - thank you for your work on ETLS. Can you please provide some hints about building etls in a Travis CI test environment? I just integrated ETLS in my project Bolt.Sips but am unable to pass a travis build due to missing dependencies doing lets build. I even tried using a variant of your
travis.yml
config file, with no success. Anybody having the same issue, and have a recipe to share? Many thanks, and Happy Holidays!The text was updated successfully, but these errors were encountered: