mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 16:05:05 -05:00
Compare commits
10 Commits
dev
...
0e81c769d0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e81c769d0 | ||
|
|
2a28cdc5f2 | ||
|
|
8263386061 | ||
|
|
c2c65845c0 | ||
|
|
225c0c857b | ||
|
|
62319ec7a7 | ||
|
|
f5bc443a33 | ||
|
|
706c8e7637 | ||
|
|
e51a8e3348 | ||
|
|
83e3cac9cb |
13
.circleci/config.yml
Normal file
13
.circleci/config.yml
Normal 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
|
||||||
Reference in New Issue
Block a user