mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Create config.yml for circleci
This commit is contained in:
parent
b316c57065
commit
4198e0879c
8
.circleci/config.yml
Normal file
8
.circleci/config.yml
Normal file
@ -0,0 +1,8 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/ruby:2.4.1
|
||||
steps:
|
||||
- checkout
|
||||
- run: echo "A first hello"
|
Loading…
Reference in New Issue
Block a user