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

Properly fix CI #1

Open
cooljeanius opened this issue Sep 21, 2023 · 3 comments
Open

Properly fix CI #1

cooljeanius opened this issue Sep 21, 2023 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@cooljeanius
Copy link
Owner

$ make
xcodebuild clean
Command line invocation:
    /Applications/Xcode-11.4.1.app/Contents/Developer/usr/bin/xcodebuild clean

note: Using new build system
error: Could not delete `/Users/travis/build/cooljeanius/Platypus` because it was not created by the build system.

** CLEAN FAILED **

make: *** [clean] Error 65
The command "make" exited with 2.
$ make clt_tests
Running CLT tests
xcodebuild -parallelizeTargets \
	-project "Platypus.xcodeproj" \
	-target "CLT Tests" \
	-configuration "Deployment" \
	CONFIGURATION_BUILD_DIR="products" \
	CODE_SIGN_IDENTITY="" \
	CODE_SIGNING_REQUIRED=NO \
	clean \
	build
Command line invocation:
    /Applications/Xcode-11.4.1.app/Contents/Developer/usr/bin/xcodebuild -parallelizeTargets -project Platypus.xcodeproj -target "CLT Tests" -configuration Deployment CONFIGURATION_BUILD_DIR=products CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO clean build

Build settings from command line:
    CODE_SIGN_IDENTITY = 
    CODE_SIGNING_REQUIRED = NO
    CONFIGURATION_BUILD_DIR = products

xcodebuild: error: The project 'Platypus.xcodeproj' does not contain a target named 'CLT Tests'.
make: *** [clt_tests] Error 65
The command "make clt_tests" exited with 2.


Done. Your build exited with 1.
@cooljeanius cooljeanius added bug Something isn't working help wanted Extra attention is needed labels Sep 21, 2023
@cooljeanius
Copy link
Owner Author

still broken even after #2

@cooljeanius
Copy link
Owner Author

I need to figure out what happened to that "CLT Tests" target...

cooljeanius added a commit that referenced this issue Oct 17, 2023
additional attempt at avoiding failure
see issue #1
@cooljeanius
Copy link
Owner Author

OK so I've kind of hacked around the failures; still should probably come up with a proper fix, though...

@cooljeanius cooljeanius changed the title Fix CI Properly fix CI Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant