Skip to content
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

Add appveyor CI support #128

Closed
wants to merge 6 commits into from
Closed

Add appveyor CI support #128

wants to merge 6 commits into from

Conversation

ShineQi
Copy link

@ShineQi ShineQi commented May 5, 2019

Appveyor CI build configuration using mingw64/msys2. I've tested it on my branch, and the latest build log is here https://ci.appveyor.com/project/cwyyprog/bitshares-fc . The api.exe takes more time than Appveyor's limit, so is not in the build targets.

Copy link

@pmconrad pmconrad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a start. But all the test executables fail during linking with ld.exe: cannot find -lrt.

api_test is about to be removed, so never mind that.

CMakeLists.txt Outdated Show resolved Hide resolved
appveyor.bash Outdated Show resolved Hide resolved
appveyor.bash Show resolved Hide resolved
cmake --build . -j 2 --target real128_test;
cmake --build . -j 2 --target ecc_test;
cmake --build . -j 2 --target bip_lock;
echo "Build finished!"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run the tests after building. See .travis.yml.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw, shell scripts do not need a semicolon after each command. Only if another command follows on the same line.

appveyor.yml Outdated Show resolved Hide resolved
@pmconrad
Copy link

pmconrad commented Nov 2, 2019

@cwyyprog are you still working on this?
We've made quite a few changes to CMakeLists.txt, including the windows build.

@ShineQi
Copy link
Author

ShineQi commented Nov 3, 2019 via email

@pmconrad pmconrad closed this Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants