Skip to content

Commit

Permalink
Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem committed Dec 14, 2024
1 parent acfa120 commit d7a0346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
env:
CC: gcc-13
MAKE: make
RUN_TESTS: true
RUN_TESTS: false
SKIP_TAR_ARCHIVE: true
run: ./scripts/ci-build.sh

Expand Down
5 changes: 2 additions & 3 deletions scripts/ci-macos-codesign-and-notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ security set-keychain-settings -t 3600 -u "$KEYCHAIN"
security import "$CERTIFICATE" -k "$KEYCHAIN" -P "$MACOS_CERT_PASSWORD" -A -t cert -f pkcs12 -T /usr/bin/codesign
security set-key-partition-list -S apple-tool:,apple: -s -k actions "$KEYCHAIN"
security find-identity -v "$KEYCHAIN"
rm "$CERTIFICATE"

echo "[INF] Set up keychain and imported certificate successfully!"

Expand All @@ -119,7 +118,7 @@ echo "[INF] Codesigned all files and subdirectories successfully!"
# TODO: Create archive with codesigned files and subdirectories

echo "[INF] Creating final archive"
zip -r "$TMP_ARCHIVE" .
zip -r "$TMP_ARCHIVE" bin include lib
echo "[INF] Created final archive successfully!"

echo "[INF] Codesigning final archive"
Expand Down Expand Up @@ -157,7 +156,7 @@ cp -f "$TMP_DIR/$TMP_ARCHIVE" "$APP_ARCHIVE"

security delete-keychain "$KEYCHAIN"

rm -rf "$TMP_DIR"
rm -rf "$CERTIFICATE" "$TMP_DIR"
cd "$BASE_DIR"

echo "[INF] --- [DONE] ---"

0 comments on commit d7a0346

Please sign in to comment.