mirror of
https://github.com/xmrig/xmrig.git
synced 2026-06-27 21:35:08 -04:00
Compare commits
10 Commits
v6.26.0
...
5de9960d3f
| Author | SHA1 | Date | |
|---|---|---|---|
| 5de9960d3f | |||
| 2a28cdc5f2 | |||
| 8263386061 | |||
| c2c65845c0 | |||
| 225c0c857b | |||
| 62319ec7a7 | |||
| f5bc443a33 | |||
| 706c8e7637 | |||
| e51a8e3348 | |||
| 83e3cac9cb |
@@ -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
|
||||||
Reference in New Issue
Block a user