Delete config.yml

This commit is contained in:
Lakindu Akash 2021-09-30 23:40:27 +05:30 committed by GitHub
parent 6a8f87d46c
commit 1db6a1cf47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +0,0 @@
version: 2
jobs:
build:
docker:
- image: ubuntu:latest
steps:
- checkout
- run: ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo Europe/Minsk > /etc/timezone
- run: DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd
- run: make && make install