-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate With CI #5
Comments
Hi, I'm trying to solve this first issue.
I didn't try yet to publish any of the docker image to a docker registry You can checkout the .travis.yml here And build results etc.. on travis Failure for Windows build
Failure for android build
Failure for docker client
EDIT : Format |
Some of this is because I excluded most of the platform-specific packaging from this release as much of it is obsolete and is going to be removed. The parts that are causing your error need to be re-added. To fix the windows error, you need to include a syso.json file for the syso program to use, I can add it or if you want to it looks like:
The other file needed to fix the Windows error is the Windows application manifest, which is an XML file that looks like this:
It needs to have these so it can request permission to create the VPN TAP devices on Windows. Android build is a little more mysterious, I can't seem to reproduce it on my work laptop, but my guess is that we need to run docker-client is obsolete, just get rid of it and I'll remove the target and the dockerfile and update the instructions ASAP. |
Hi @eyedeekay I don't have a lot of time actually to debug it correctly but my understanding is that there wasn't any android sdk installed in the previous pipelines. Following travis documentation I added language: android config but building for android require using trusty distro for which apt packages seems unavailable. I repost links here : |
Integrate this codebase with Travis CI for automated testing against pull requests, and integrate with dockerhub to automatically build docker images
The text was updated successfully, but these errors were encountered: