1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-28 13:42:43 -04:00

Compare commits

...

10 Commits

Author SHA1 Message Date
Afitafit 5de9960d3f Merge 2a28cdc5f2 into a5aa2c9042 2024-03-14 23:54:29 -04:00
Afitafit 2a28cdc5f2 Add .circleci/config.yml 2021-03-08 09:41:22 +08:00
Afitafit 8263386061 Add .circleci/config.yml 2021-03-08 02:19:57 +08:00
Afitafit c2c65845c0 Updated config.yml 2021-03-08 02:18:00 +08:00
Afitafit 225c0c857b Add .circleci/config.yml 2021-03-08 02:16:42 +08:00
Afitafit 62319ec7a7 Add .circleci/config.yml 2021-03-08 02:14:29 +08:00
Afitafit f5bc443a33 Add .circleci/config.yml 2021-03-08 02:11:48 +08:00
Afitafit 706c8e7637 Updated config.yml 2021-03-08 02:04:24 +08:00
Afitafit e51a8e3348 Add .circleci/config.yml 2021-03-08 01:30:27 +08:00
Afitafit 83e3cac9cb Add .circleci/config.yml 2021-03-08 01:17:27 +08:00
+13
View File
@@ -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