From 68f6974cacaed39e591fd7fa502b61820144b5b0 Mon Sep 17 00:00:00 2001 From: Tamas Papik Date: Wed, 4 Dec 2024 10:56:42 +0100 Subject: [PATCH 1/2] Update compile.sh --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 4ea15e0..fd12cda 100755 --- a/compile.sh +++ b/compile.sh @@ -1 +1 @@ -go build -o shared_module/sum.so -buildmode=c-shared go_shared/sum.go \ No newline at end of file +go build -o shared_module/sum.so -buildmode=c-shared go_shared/sum.gogt From be926b416cc08354061db3a404c2085ae3c9c45d Mon Sep 17 00:00:00 2001 From: Tamas Papik Date: Wed, 9 Apr 2025 20:21:10 +0200 Subject: [PATCH 2/2] Update bitrise.yml --- bitrise.yml | 63 ++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 46 insertions(+), 17 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index a628cdb..c855015 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -2,30 +2,59 @@ format_version: '13' default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git project_type: other - app: - status_report_name: "test status " - -include: - - path: bitrise.pipelines.yml - -workflows: - ios: - status_report_group: 'help!' + status_report_name: ": - " +pipelines: + pipeline: triggers: pull_request: - - changed_files: '*ios*' + - target_branch: "*" + push: + - branch: "*" + stages: + - stage1: {} +stages: + stage1: + workflows: + - env: {} +workflows: + primary: steps: - - deploy-to-bitrise-io@2: {} - android: - status_report_group: 'help!' + - script@1.2.1: {} triggers: - pull_request: - - changed_files: '*android*' + pull_request: [] + security: steps: - - deploy-to-bitrise-io@2: {} + - script@1.2.1: {} + triggers: + pull_request: [] + env: + steps: + - script@1.2.1: + inputs: + - content: |- + #!/usr/bin/env bash + + echo "BITRISE_GIT_PULL_REQUEST_LABELS: $BITRISE_GIT_PULL_REQUEST_LABELS" + echo "BITRISE_GIT_PULL_REQUEST_COMMENT_ID: $BITRISE_GIT_PULL_REQUEST_COMMENT_ID" + echo "BITRISE_GIT_PULL_REQUEST_COMMENT: $BITRISE_GIT_PULL_REQUEST_COMMENT" + echo "" + echo "BITRISE_GIT_CHANGED_FILES: $BITRISE_GIT_CHANGED_FILES" + echo "BITRISE_GIT_COMMIT_MESSAGES: $BITRISE_GIT_COMMIT_MESSAGES" + echo "BITRISE_GIT_MESSAGE: $BITRISE_GIT_MESSAGE" + echo "" + echo "BITRISE_TRIGGER_BY: $BITRISE_TRIGGER_BY" + echo "BITRISE_TRIGGER_METHOD: $BITRISE_TRIGGER_METHOD" + triggers: + pull_request: + - label: "*" + comment: "*" + changed_files: "*" + target_branch: "*" + - comment: "*" + push: + - branch: "*" meta: bitrise.io: stack: linux-docker-android-20.04 machine_type_id: standard -