mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
14 lines
248 B
YAML
14 lines
248 B
YAML
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
|