mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Sample config for CircleCI
This commit is contained in:
parent
b4d785cf39
commit
ee6a7b8dd2
1 changed files with 17 additions and 0 deletions
17
.circleci/config.yml
Normal file
17
.circleci/config.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
version: 2
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
docker:
|
||||||
|
- image: debian:stretch
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: Greeting
|
||||||
|
command: echo Hello, world.
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: Print the Current Time
|
||||||
|
command: date
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue