From 83e3cac9cb9e069113bd8f06cd80deda1dfb19c8 Mon Sep 17 00:00:00 2001 From: Afitafit <77926090+Afitafit@users.noreply.github.com> Date: Mon, 8 Mar 2021 01:17:27 +0800 Subject: [PATCH 1/9] Add .circleci/config.yml --- .circleci/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 000000000..6f98693ad --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,13 @@ +# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference +version: 2.1 +# Use a package of configuration called an orb. +orbs: + # Declare a dependency on the welcome-orb + welcome: circleci/welcome-orb@0.4.1 +# Orchestrate or schedule a set of jobs +workflows: + # Name the workflow "welcome" + welcome: + # Run the welcome/run job in its own container + jobs: + - welcome/run From e51a8e334898b0c2eeb662c7d3983f94828c114f Mon Sep 17 00:00:00 2001 From: Afitafit <77926090+Afitafit@users.noreply.github.com> Date: Mon, 8 Mar 2021 01:30:27 +0800 Subject: [PATCH 2/9] Add .circleci/config.yml From 706c8e7637a58d801a237c451880a1726f22e98c Mon Sep 17 00:00:00 2001 From: Afitafit <77926090+Afitafit@users.noreply.github.com> Date: Mon, 8 Mar 2021 02:04:24 +0800 Subject: [PATCH 3/9] Updated config.yml From f5bc443a335db8f06eae97928dd5aea075cab38b Mon Sep 17 00:00:00 2001 From: Afitafit <77926090+Afitafit@users.noreply.github.com> Date: Mon, 8 Mar 2021 02:11:48 +0800 Subject: [PATCH 4/9] Add .circleci/config.yml From 62319ec7a7eda395a9985ae2df460e52a8b1e073 Mon Sep 17 00:00:00 2001 From: Afitafit <77926090+Afitafit@users.noreply.github.com> Date: Mon, 8 Mar 2021 02:14:29 +0800 Subject: [PATCH 5/9] Add .circleci/config.yml --- .circleci/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f98693ad..19c434408 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,3 +11,17 @@ workflows: # Run the welcome/run job in its own container jobs: - welcome/run +# Use the latest 2.1 version of CircleCI +pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference +version: 2.1 +# Use a package of configuration called an orb. +orbs: + # Declare a dependency on the welcome-orb + welcome: circleci/welcome-orb@0.4.1 + # Orchestrate or schedule a set of jobs + workflows: + # Name the workflow "welcome" + welcome: + # Run the welcome/run job in its own container + jobs: + - welcome/run \ No newline at end of file From 225c0c857bb969058ac9d87f95e564c04ce11728 Mon Sep 17 00:00:00 2001 From: Afitafit <77926090+Afitafit@users.noreply.github.com> Date: Mon, 8 Mar 2021 02:16:42 +0800 Subject: [PATCH 6/9] Add .circleci/config.yml --- .circleci/config.yml | 36 +++++++++++------------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 19c434408..015958d64 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,27 +1,13 @@ -# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference version: 2.1 -# Use a package of configuration called an orb. + orbs: - # Declare a dependency on the welcome-orb - welcome: circleci/welcome-orb@0.4.1 -# Orchestrate or schedule a set of jobs -workflows: - # Name the workflow "welcome" - welcome: - # Run the welcome/run job in its own container - jobs: - - welcome/run -# Use the latest 2.1 version of CircleCI -pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference -version: 2.1 -# Use a package of configuration called an orb. -orbs: - # Declare a dependency on the welcome-orb - welcome: circleci/welcome-orb@0.4.1 - # Orchestrate or schedule a set of jobs - workflows: - # Name the workflow "welcome" - welcome: - # Run the welcome/run job in its own container - jobs: - - welcome/run \ No newline at end of file + android: circleci/android@0.2.1 + +jobs: + build: + executor: android/android + + steps: + - checkout + - run: + command: ./gradlew build From c2c65845c083a5b4035fd2e912e955e74dd535ed Mon Sep 17 00:00:00 2001 From: Afitafit <77926090+Afitafit@users.noreply.github.com> Date: Mon, 8 Mar 2021 02:18:00 +0800 Subject: [PATCH 7/9] Updated config.yml From 8263386061c1c1fcf2b080ca8146f516c80e7fc0 Mon Sep 17 00:00:00 2001 From: Afitafit <77926090+Afitafit@users.noreply.github.com> Date: Mon, 8 Mar 2021 02:19:57 +0800 Subject: [PATCH 8/9] Add .circleci/config.yml --- .circleci/config.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 015958d64..6f98693ad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,13 +1,13 @@ +# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference version: 2.1 - +# Use a package of configuration called an orb. orbs: - android: circleci/android@0.2.1 - -jobs: - build: - executor: android/android - - steps: - - checkout - - run: - command: ./gradlew build + # Declare a dependency on the welcome-orb + welcome: circleci/welcome-orb@0.4.1 +# Orchestrate or schedule a set of jobs +workflows: + # Name the workflow "welcome" + welcome: + # Run the welcome/run job in its own container + jobs: + - welcome/run From 2a28cdc5f20d532c40ea3c25ab2950ecae999721 Mon Sep 17 00:00:00 2001 From: Afitafit <77926090+Afitafit@users.noreply.github.com> Date: Mon, 8 Mar 2021 09:41:22 +0800 Subject: [PATCH 9/9] Add .circleci/config.yml