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

CLI: build command needs a --verbose and it needs to be enabled on CI #3329

Open
tido64 opened this issue Sep 3, 2024 · 0 comments
Open
Labels
enhancement New feature or request feature: cli This is related to CLI

Comments

@tido64
Copy link
Member

tido64 commented Sep 3, 2024

build command is a bit terse on CI:

Run yarn build:ios
  yarn build:ios
  shell: /bin/bash -e {0}
  env:
    CCACHE_DIR: /Users/runner/work/rnx-kit/rnx-kit/.ccache
    CC: /opt/homebrew/opt/ccache/libexec/clang
    CXX: /opt/homebrew/opt/ccache/libexec/clang++
    CMAKE_C_COMPILER_LAUNCHER: /opt/homebrew/bin/ccache
    CMAKE_CXX_COMPILER_LAUNCHER: /opt/homebrew/bin/ccache
warn Package @react-native-webapis/web-storage contains invalid configuration: "dependency.api" is not allowed. Please verify it's properly linked using "npx react-native config" command and contact the package maintainers about this.
ℹ Multiple schemes were found; picking the first one: ReactTestApp, SampleCrossApp
ℹ If this is wrong, specify another scheme with `--scheme`
ℹ Command: xcodebuild -workspace /Users/runner/work/rnx-kit/rnx-kit/packages/test-app/ios/SampleCrossApp.xcworkspace -scheme ReactTestApp -configuration Debug -derivedDataPath /Users/runner/work/rnx-kit/rnx-kit/packages/test-app/ios/DerivedData -sdk iphonesimulator -destination generic/platform=iOS Simulator CODE_SIGNING_ALLOWED=NO COMPILER_INDEX_STORE_ENABLE=NO build
- Building
✔ Build succeeded
@tido64 tido64 added enhancement New feature or request feature: cli This is related to CLI labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature: cli This is related to CLI
Projects
None yet
Development

No branches or pull requests

1 participant