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

WIP: Fix clearing build tree failure. #25

Merged

Conversation

blowekamp
Copy link
Member

The CircleCI build ctest script is returning a failure to CircleCI
even though the ctest build and testing is successful. This patch
addresses are CMake Error message produced:

Clearing build tree...
CMake Error at /home/ubuntu/ITK-dashboard/itk_common.cmake:371
(ctest_empty_binary_directory):
ctest_empty_binary_directory problem removing the binary directory:
/home/ubuntu/ITK-build
Call Stack (most recent call first):
/home/ubuntu/ITK-dashboard/circleci.cmake:65 (include)

Change-Id: Ib16bcfe7b99b280614344d1d5add6f173400e304

@blowekamp blowekamp force-pushed the FixCircleCICTestReturn branch from c2216e6 to cf87fb7 Compare May 5, 2017 18:48
The CircleCI build ctest script is reporting a error to standard
output This patch addresses are CMake Error message produced:

Clearing build tree...
CMake Error at /home/ubuntu/ITK-dashboard/itk_common.cmake:371
(ctest_empty_binary_directory):
  ctest_empty_binary_directory problem removing the binary directory:
  /home/ubuntu/ITK-build
Call Stack (most recent call first):
  /home/ubuntu/ITK-dashboard/circleci.cmake:65 (include)

Change-Id: Ib16bcfe7b99b280614344d1d5add6f173400e304
@blowekamp blowekamp force-pushed the FixCircleCICTestReturn branch from cf87fb7 to 39f6a80 Compare May 5, 2017 19:13
@kwrobot kwrobot merged commit 39f6a80 into InsightSoftwareConsortium:master May 8, 2017
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.

2 participants