mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-12 23:21:31 +00:00
Merge pull request #36 from lakinduakash/circle-ci-in
Create config.yml for circleci
This commit is contained in:
commit
7d730feaad
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