Skip to content

Commit 36e97ad

Browse files
trying to use the build after codeql init
1 parent 33f76a7 commit 36e97ad

1 file changed

Lines changed: 20 additions & 14 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
matrix:
164164
include:
165165
- language: swift
166-
build-mode: autobuild
166+
build-mode: manual
167167

168168
steps:
169169
- name: Checkout react-native-sdk
@@ -213,18 +213,6 @@ jobs:
213213

214214
- if: matrix.build-mode == 'manual'
215215
shell: bash
216-
run: |
217-
echo 'If you are using a "manual" build mode for one or more of the' \
218-
'languages you are analyzing, replace this with the commands to build' \
219-
'your code, for example:'
220-
echo ' make bootstrap'
221-
echo ' make release'
222-
exit 1
223-
# yarn add @iterable/react-native-sdk
224-
# yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
225-
# echo "${{ env.TURBO_CACHE_DIR }}"
226-
227-
- name: Build example for iOS
228216
run: |
229217
cd example/ios
230218
@@ -236,8 +224,26 @@ jobs:
236224
CODE_SIGNING_ALLOWED=NO \
237225
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
238226
APPLICATION_EXTENSION_API_ONLY=NO \
227+
exit 1
239228
240-
yarn add -D @react-native-community/cli
229+
# yarn add @iterable/react-native-sdk
230+
# yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
231+
# echo "${{ env.TURBO_CACHE_DIR }}"
232+
233+
# - name: Build example for iOS
234+
# run: |
235+
# cd example/ios
236+
#
237+
# xcodebuild clean build \
238+
# -workspace ReactNativeSdkExample.xcworkspace \
239+
# -scheme ReactNativeSdkExample \
240+
# CODE_SIGN_IDENTITY="" \
241+
# CODE_SIGNING_REQUIRED=NO \
242+
# CODE_SIGNING_ALLOWED=NO \
243+
# BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
244+
# APPLICATION_EXTENSION_API_ONLY=NO \
245+
#
246+
# yarn add -D @react-native-community/cli
241247
continue-on-error: true
242248

243249
# ARCHS=arm64

0 commit comments

Comments
 (0)